Html Css Color HEX #D8AF91 Cashmere

📋 copy color: '#D8AF91'

red 216 ◦ green 175 ◦ blue 145

#D8AF91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #D8AF91

Tints of Cashmere #D8AF91

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 175 (68.75% from 255) = 32.65%

 BLUE value IS 145 (57.03% from 255) = 27.05%

R = 40.3%
G = 32.65%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8AF91 (or 0xD8AF91) is known color: Cashmere. HEX triplet: D8, AF and 91. RGB value is (216,175,145). Sum of RGB (Red+Green+Blue) = 216+175+145=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF91 is #27506E. Grayscale: #B8B8B8. Windows color (decimal): -2576495 or 9547736. OLE color: 9547736.

HSL color Cylindrical-coordinate representation of color #D8AF91: hue angle of 25.35º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8AF91 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 145 -
CMYK 0 0.19 0.33 0.15
HSL 25.35º 0.48% 0.71% -
HSV(B) 25.35º 0.33% 0.85% -
XYZ 48.76 47.3 33.35 -
YUV 183.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 216 175 145 0 0.19 0.33 0.15 25.35 0.48 0.71
Hex D8 AF 91 0 13 21 F 19 30 47
Octal 330 257 221 0 23 41 17 31 60 107
Binary 11011000 10101111 10010001 0 10011 100001 1111 11001 110000 1000111

Color Harmonies of #D8AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF91

Black with #D8AF91

Text Example


Text Example

White with #D8AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF91; }

 p { color: rgb(216,175,145); }

 H1.HeaderClassName
 {
   color: #D8AF91;
 }
 .AnyTagClassName
 {
   color: #D8AF91;
 }
</style>

background-color css

<style>
 a { background-color: #D8AF91; }

 a { background-color: rgb(216,175,145); }

 div.DivClassName
 {
   background-color: #D8AF91;
 }
 .BgClassName
 {
   background-color: #D8AF91;
 }
</style>

border-color css

<style>
 span { border-color: #D8AF91; }

 span { border-color: rgb(216,175,145); }

 td.TdClassName
 {
   border-color: #D8AF91;
 }
 .TagClassName
 {
   border-color: #D8AF91;
 }
</style>