Color Hex Logo

#d5af0f Color Hex

#D5AF0F
(213,175,15)
0 Favorites   0 Comments

Color spaces of #d5af0f

RGB 21317515
HSL0.130.870.45
HSV48°93°84°
CMYK 0.000.180.93   0.16
XYZ42.856844.84066.8482
Yxy44.84060.45330.4743
Hunter Lab66.9631-2.944440.8107
CIE-Lab72.78680.708573.5438

#d5af0f color RGB value is (213,175,15).

#d5af0f hex color red value is 213, green value is 175 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d5af0f hue: 0.13 , saturation: 0.87 and the lightness value of d5af0f is 0.45.

The process color (four color CMYK) of #d5af0f color hex is 0.00, 0.18, 0.93, 0.16. Web safe color of #d5af0f is #cc9900. Color #d5af0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 00001111
Octal 325 257 17
Decimal 213 175 15
Hex D5 AF F

RGB Percentages of Color #d5af0f

%52.85
%43.42
%3.72

CMYK Percentages of Color #d5af0f

%0
%18
%93
%16

Triadic Colors of #d5af0f

#d5af0f #0fd5af #af0fd5

Analogous Colors of #d5af0f

#d5af0f #98d50f #d54c0f

Monochromatic Colors of #d5af0f

#d5af0f

Complementary Color

#d5af0f #0f35d5

#d5af0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5af0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5af0f Color CSS Codes

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

#d5af0f Text Font Color

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

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


#d5af0f Background Color

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

This div background color is #d5af0f


#d5af0f Border Color

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

This div border color is #d5af0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5af0f


Comments

No comments written yet.

Please login to write comment.