Color Hex Logo

#dcbb18 Color Hex

#DCBB18
(220,187,24)
0 Favorites   0 Comments

Color spaces of #dcbb18

RGB 22018724
HSL0.140.800.48
HSV50°89°86°
CMYK 0.000.150.89   0.14
XYZ47.450450.82228.1729
Yxy50.82220.44580.4774
Hunter Lab71.2897-5.947443.1056
CIE-Lab76.5712-2.367075.2392

#dcbb18 color RGB value is (220,187,24).

#dcbb18 hex color red value is 220, green value is 187 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dcbb18 hue: 0.14 , saturation: 0.80 and the lightness value of dcbb18 is 0.48.

The process color (four color CMYK) of #dcbb18 color hex is 0.00, 0.15, 0.89, 0.14. Web safe color of #dcbb18 is #cccc00. Color #dcbb18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00011000
Octal 334 273 30
Decimal 220 187 24
Hex DC BB 18

RGB Percentages of Color #dcbb18

%51.04
%43.39
%5.57

CMYK Percentages of Color #dcbb18

%0
%15
%89
%14

Triadic Colors of #dcbb18

#dcbb18 #18dcbb #bb18dc

Analogous Colors of #dcbb18

#dcbb18 #9bdc18 #dc5918

Monochromatic Colors of #dcbb18

#dcbb18

Complementary Color

#dcbb18 #1839dc

#dcbb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb18 Color CSS Codes

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

#dcbb18 Text Font Color

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

This sample text font color is #dcbb18
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.


#dcbb18 Background Color

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

This div background color is #dcbb18


#dcbb18 Border Color

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

This div border color is #dcbb18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,187,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbb18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbb18;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbb18;
  box-shadow:         1px 1px 3px 2px #dcbb18; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb18


Comments

No comments written yet.

Please login to write comment.