Html Css Color HEX #D8AF97 Cashmere

📋 copy color: '#D8AF97'

red 216 ◦ green 175 ◦ blue 151

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

Shades of Cashmere #D8AF97

Tints of Cashmere #D8AF97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.86%

R = 39.85%
G = 32.29%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8AF97 (or 0xD8AF97) is known color: Cashmere. HEX triplet: D8, AF and 97. RGB value is (216,175,151). Sum of RGB (Red+Green+Blue) = 216+175+151=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF97 is #275068. Grayscale: #B8B8B8. Windows color (decimal): -2576489 or 9940952. OLE color: 9940952.

HSL color Cylindrical-coordinate representation of color #D8AF97: hue angle of 22.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8AF97 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 151 -
CMYK 0 0.19 0.30 0.15
HSL 22.15º 0.45% 0.72% -
HSV(B) 22.15º 0.3% 0.85% -
XYZ 49.23 47.49 35.85 -
YUV 184.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 216 175 151 0 0.19 0.30 0.15 22.15 0.45 0.72
Hex D8 AF 97 0 13 1E F 16 2D 48
Octal 330 257 227 0 23 36 17 26 55 110
Binary 11011000 10101111 10010111 0 10011 11110 1111 10110 101101 1001000

Color Harmonies of #D8AF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF97

Black with #D8AF97

Text Example


Text Example

White with #D8AF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF97; }

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

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

background-color css

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

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

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

border-color css

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

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

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