Color Hex Logo

#dcb234 Color Hex

#DCB234
(220,178,52)
0 Favorites   0 Comments

Color spaces of #dcb234

RGB 22017852
HSL0.130.710.53
HSV45°76°86°
CMYK 0.000.190.76   0.14
XYZ46.055447.30449.9521
Yxy47.30440.44580.4579
Hunter Lab68.7782-0.834339.5656
CIE-Lab74.38413.134565.7436

#dcb234 color RGB value is (220,178,52).

#dcb234 hex color red value is 220, green value is 178 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dcb234 hue: 0.13 , saturation: 0.71 and the lightness value of dcb234 is 0.53.

The process color (four color CMYK) of #dcb234 color hex is 0.00, 0.19, 0.76, 0.14. Web safe color of #dcb234 is #cc9933. Color #dcb234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00110100
Octal 334 262 64
Decimal 220 178 52
Hex DC B2 34

RGB Percentages of Color #dcb234

%48.89
%39.56
%11.56

CMYK Percentages of Color #dcb234

%0
%19
%76
%14

Triadic Colors of #dcb234

#dcb234 #34dcb2 #b234dc

Analogous Colors of #dcb234

#dcb234 #b2dc34 #dc5e34

Monochromatic Colors of #dcb234

#dcb234

Complementary Color

#dcb234 #345edc

#dcb234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb234 Color CSS Codes

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

#dcb234 Text Font Color

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

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


#dcb234 Background Color

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

This div background color is #dcb234


#dcb234 Border Color

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

This div border color is #dcb234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb234


Comments

No comments written yet.

Please login to write comment.