Color Hex Logo

#d1994b Color Hex

#D1994B
(209,153,75)
0 Favorites   0 Comments

Color spaces of #d1994b

RGB 20915375
HSL0.100.590.56
HSV35°64°82°
CMYK 0.000.270.64   0.18
XYZ38.955736.845811.7154
Yxy36.84580.44510.4210
Hunter Lab60.70078.329031.0474
CIE-Lab67.161212.951548.2561

#d1994b color RGB value is (209,153,75).

#d1994b hex color red value is 209, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d1994b hue: 0.10 , saturation: 0.59 and the lightness value of d1994b is 0.56.

The process color (four color CMYK) of #d1994b color hex is 0.00, 0.27, 0.64, 0.18. Web safe color of #d1994b is #cc9933. Color #d1994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 01001011
Octal 321 231 113
Decimal 209 153 75
Hex D1 99 4B

RGB Percentages of Color #d1994b

%47.83
%35.01
%17.16

CMYK Percentages of Color #d1994b

%0
%27
%64
%18

Triadic Colors of #d1994b

#d1994b #4bd199 #994bd1

Analogous Colors of #d1994b

#d1994b #c6d14b #d1564b

Monochromatic Colors of #d1994b

#d1994b

Complementary Color

#d1994b #4b83d1

#d1994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1994b Color CSS Codes

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

#d1994b Text Font Color

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

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


#d1994b Background Color

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

This div background color is #d1994b


#d1994b Border Color

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

This div border color is #d1994b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,153,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1994b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1994b;
  -webkit-box-shadow: 1px 1px 3px 2px #d1994b;
  box-shadow:         1px 1px 3px 2px #d1994b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,153,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1994b


Comments

No comments written yet.

Please login to write comment.