color codes Logo

#dbb30d color codes

#DBB30D
(219,179,13)
0 Favorites   0 Comments

Color spaces of #dbb30d

RGB 21917913
HSL0.130.890.45
HSV48°94°86°
CMYK 0.000.180.94   0.14
XYZ45.406247.32937.1231
Yxy47.32930.45470.4740
Hunter Lab68.7963-2.581842.0186
CIE-Lab74.39991.212175.2747

#dbb30d color RGB value is (219,179,13).

#dbb30d hex color red value is 219, green value is 179 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dbb30d hue: 0.13 , saturation: 0.89 and the lightness value of dbb30d is 0.45.

The process color (four color CMYK) of #dbb30d color code is 0.00, 0.18, 0.94, 0.14. Web safe color of #dbb30d is #cccc00. Color #dbb30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 00001101
Octal 333 263 15
Decimal 219 179 13
Hex DB B3 D

RGB Percentages of Color #dbb30d

%53.28
%43.55
%3.16

CMYK Percentages of Color #dbb30d

%0
%18
%94
%14

Triadic Colors of #dbb30d

#dbb30d #0ddbb3 #b30ddb

Analogous Colors of #dbb30d

#dbb30d #9cdb0d #db4c0d

Monochromatic Colors of #dbb30d

#dbb30d

Complementary Color

#dbb30d #0d35db

#dbb30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb30d Color CSS Codes

.mybgcolor {background-color:#dbb30d; } 
.myforecolor {color:#dbb30d; }
.mybordercolor {border:3px solid #dbb30d; }

#dbb30d Text Font Color

<p style="color:#dbb30d">Text here</p>

This sample text font color is #dbb30d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbb30d Background Color

<div style="background-color:#dbb30d">
Div content here</div>

This div background color is #dbb30d


#dbb30d Border Color

<div style="border:3px solid #dbb30d">
Div here</div>

This div border color is #dbb30d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,179,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbb30d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbb30d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbb30d;
  box-shadow:         1px 1px 3px 2px #dbb30d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,179,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbb30d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb30d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbb30d;
  box-shadow:         1px 1px 3px 2px #dbb30d;">
Div content here</div>

This div box has shadow with color #dbb30d

#dbb30d Color Palettes


Comments

No comments written yet.

Please login to write comment.