Color Hex Logo

#d8b232 Color Hex

#D8B232
(216,178,50)
0 Favorites   0 Comments

Color spaces of #d8b232

RGB 21617850
HSL0.130.680.52
HSV46°77°85°
CMYK 0.000.180.77   0.15
XYZ44.815046.67009.6638
Yxy46.67000.44310.4614
Hunter Lab68.3154-2.455939.4337
CIE-Lab73.97821.326165.9223

#d8b232 color RGB value is (216,178,50).

#d8b232 hex color red value is 216, green value is 178 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d8b232 hue: 0.13 , saturation: 0.68 and the lightness value of d8b232 is 0.52.

The process color (four color CMYK) of #d8b232 color hex is 0.00, 0.18, 0.77, 0.15. Web safe color of #d8b232 is #cc9933. Color #d8b232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110010 00110010
Octal 330 262 62
Decimal 216 178 50
Hex D8 B2 32

RGB Percentages of Color #d8b232

%48.65
%40.09
%11.26

CMYK Percentages of Color #d8b232

%0
%18
%77
%15

Triadic Colors of #d8b232

#d8b232 #32d8b2 #b232d8

Analogous Colors of #d8b232

#d8b232 #abd832 #d85f32

Monochromatic Colors of #d8b232

#d8b232

Complementary Color

#d8b232 #3258d8

#d8b232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b232 Color CSS Codes

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

#d8b232 Text Font Color

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

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


#d8b232 Background Color

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

This div background color is #d8b232


#d8b232 Border Color

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

This div border color is #d8b232


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,178,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 #d8b232">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b232


Comments

No comments written yet.

Please login to write comment.