Color Hex Logo

#d2bd55 Color Hex

#D2BD55
(210,189,85)
0 Favorites   0 Comments

Color spaces of #d2bd55

RGB 21018985
HSL0.140.580.58
HSV50°60°82°
CMYK 0.000.100.60   0.18
XYZ46.415650.752715.9442
Yxy50.75270.41030.4487
Hunter Lab71.2409-8.373536.5991
CIE-Lab76.5290-5.089654.1156

#d2bd55 color RGB value is (210,189,85).

#d2bd55 hex color red value is 210, green value is 189 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d2bd55 hue: 0.14 , saturation: 0.58 and the lightness value of d2bd55 is 0.58.

The process color (four color CMYK) of #d2bd55 color hex is 0.00, 0.10, 0.60, 0.18. Web safe color of #d2bd55 is #cccc66. Color #d2bd55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111101 01010101
Octal 322 275 125
Decimal 210 189 85
Hex D2 BD 55

RGB Percentages of Color #d2bd55

%43.39
%39.05
%17.56

CMYK Percentages of Color #d2bd55

%0
%10
%60
%18

Triadic Colors of #d2bd55

#d2bd55 #55d2bd #bd55d2

Analogous Colors of #d2bd55

#d2bd55 #a9d255 #d27f55

Monochromatic Colors of #d2bd55

#d2bd55

Complementary Color

#d2bd55 #556ad2

#d2bd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bd55 Color CSS Codes

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

#d2bd55 Text Font Color

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

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


#d2bd55 Background Color

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

This div background color is #d2bd55


#d2bd55 Border Color

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

This div border color is #d2bd55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,189,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2bd55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2bd55;
  -webkit-box-shadow: 1px 1px 3px 2px #d2bd55;
  box-shadow:         1px 1px 3px 2px #d2bd55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,189,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bd55


Comments

No comments written yet.

Please login to write comment.