Color Hex Logo

#dcb632 Color Hex

#DCB632
(220,182,50)
0 Favorites   0 Comments

Color spaces of #dcb632

RGB 22018250
HSL0.130.710.53
HSV47°77°86°
CMYK 0.000.170.77   0.14
XYZ46.818948.90189.9890
Yxy48.90180.44290.4626
Hunter Lab69.9298-2.869240.4817
CIE-Lab75.39020.956067.3671

#dcb632 color RGB value is (220,182,50).

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

The process color (four color CMYK) of #dcb632 color hex is 0.00, 0.17, 0.77, 0.14. Web safe color of #dcb632 is #cccc33. Color #dcb632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00110010
Octal 334 266 62
Decimal 220 182 50
Hex DC B6 32

RGB Percentages of Color #dcb632

%48.67
%40.27
%11.06

CMYK Percentages of Color #dcb632

%0
%17
%77
%14

Triadic Colors of #dcb632

#dcb632 #32dcb6 #b632dc

Analogous Colors of #dcb632

#dcb632 #addc32 #dc6132

Monochromatic Colors of #dcb632

#dcb632

Complementary Color

#dcb632 #3258dc

#dcb632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb632 Color CSS Codes

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

#dcb632 Text Font Color

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

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


#dcb632 Background Color

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

This div background color is #dcb632


#dcb632 Border Color

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

This div border color is #dcb632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb632


Comments

No comments written yet.

Please login to write comment.