Color Hex Logo

#dcb826 Color Hex

#DCB826
(220,184,38)
0 Favorites   0 Comments

Color spaces of #dcb826

RGB 22018438
HSL0.130.720.51
HSV48°83°86°
CMYK 0.000.160.83   0.14
XYZ47.005549.63668.9371
Yxy49.63660.44520.4701
Hunter Lab70.4532-4.200341.7962
CIE-Lab75.8457-0.483471.4368

#dcb826 color RGB value is (220,184,38).

#dcb826 hex color red value is 220, green value is 184 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dcb826 hue: 0.13 , saturation: 0.72 and the lightness value of dcb826 is 0.51.

The process color (four color CMYK) of #dcb826 color hex is 0.00, 0.16, 0.83, 0.14. Web safe color of #dcb826 is #cccc33. Color #dcb826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00100110
Octal 334 270 46
Decimal 220 184 38
Hex DC B8 26

RGB Percentages of Color #dcb826

%49.77
%41.63
%8.60

CMYK Percentages of Color #dcb826

%0
%16
%83
%14

Triadic Colors of #dcb826

#dcb826 #26dcb8 #b826dc

Analogous Colors of #dcb826

#dcb826 #a5dc26 #dc5d26

Monochromatic Colors of #dcb826

#dcb826

Complementary Color

#dcb826 #264adc

#dcb826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb826 Color CSS Codes

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

#dcb826 Text Font Color

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

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


#dcb826 Background Color

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

This div background color is #dcb826


#dcb826 Border Color

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

This div border color is #dcb826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb826


Comments

No comments written yet.

Please login to write comment.