Color Hex Logo

#d5992f Color Hex

#D5992F
(213,153,47)
0 Favorites   0 Comments

Color spaces of #d5992f

RGB 21315347
HSL0.110.660.51
HSV38°78°84°
CMYK 0.000.280.78   0.16
XYZ39.344937.13387.7832
Yxy37.13380.46690.4407
Hunter Lab60.93758.609635.0835
CIE-Lab67.377313.252760.7505

#d5992f color RGB value is (213,153,47).

#d5992f hex color red value is 213, green value is 153 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d5992f hue: 0.11 , saturation: 0.66 and the lightness value of d5992f is 0.51.

The process color (four color CMYK) of #d5992f color hex is 0.00, 0.28, 0.78, 0.16. Web safe color of #d5992f is #cc9933. Color #d5992f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 00101111
Octal 325 231 57
Decimal 213 153 47
Hex D5 99 2F

RGB Percentages of Color #d5992f

%51.57
%37.05
%11.38

CMYK Percentages of Color #d5992f

%0
%28
%78
%16

Triadic Colors of #d5992f

#d5992f #2fd599 #992fd5

Analogous Colors of #d5992f

#d5992f #bed52f #d5462f

Monochromatic Colors of #d5992f

#d5992f

Complementary Color

#d5992f #2f6bd5

#d5992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5992f Color CSS Codes

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

#d5992f Text Font Color

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

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


#d5992f Background Color

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

This div background color is #d5992f


#d5992f Border Color

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

This div border color is #d5992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5992f


Comments

No comments written yet.

Please login to write comment.