Html Css Color HEX #D8AF9C Cashmere

📋 copy color: '#D8AF9C'

red 216 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #D8AF9C

Tints of Cashmere #D8AF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 39.49%
G = 31.99%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8AF9C (or 0xD8AF9C) is known color: Cashmere. HEX triplet: D8, AF and 9C. RGB value is (216,175,156). Sum of RGB (Red+Green+Blue) = 216+175+156=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9C is #275063. Grayscale: #B9B9B9. Windows color (decimal): -2576484 or 10268632. OLE color: 10268632.

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

Color convert

RGB 216 175 156 -
CMYK 0 0.19 0.28 0.15
HSL 19º 0.43% 0.73% -
HSV(B) 19º 0.28% 0.85% -
XYZ 49.65 47.66 38.03 -
YUV 185.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 216 175 156 0 0.19 0.28 0.15 19 0.43 0.73
Hex D8 AF 9C 0 13 1C F 13 2B 49
Octal 330 257 234 0 23 34 17 23 53 111
Binary 11011000 10101111 10011100 0 10011 11100 1111 10011 101011 1001001

Color Harmonies of #D8AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF9C

Black with #D8AF9C

Text Example


Text Example

White with #D8AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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