Html Css Color HEX #D9AF9B Cashmere

📋 copy color: '#D9AF9B'

red 217 ◦ green 175 ◦ blue 155

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

Shades of Cashmere #D9AF9B

Tints of Cashmere #D9AF9B

RGB

 RED value IS 217 (85.16% from 255) = 39.67%

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

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 39.67%
G = 31.99%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9AF9B (or 0xD9AF9B) is known color: Cashmere. HEX triplet: D9, AF and 9B. RGB value is (217,175,155). Sum of RGB (Red+Green+Blue) = 217+175+155=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF9B is #265064. Grayscale: #B9B9B9. Windows color (decimal): -2510949 or 10203097. OLE color: 10203097.

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

Color convert

RGB 217 175 155 -
CMYK 0 0.19 0.29 0.15
HSL 19.35º 0.45% 0.73% -
HSV(B) 19.35º 0.29% 0.85% -
XYZ 49.86 47.78 37.6 -
YUV 185.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 217 175 155 0 0.19 0.29 0.15 19.35 0.45 0.73
Hex D9 AF 9B 0 13 1D F 13 2D 49
Octal 331 257 233 0 23 35 17 23 55 111
Binary 11011001 10101111 10011011 0 10011 11101 1111 10011 101101 1001001

Color Harmonies of #D9AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF9B

Black with #D9AF9B

Text Example


Text Example

White with #D9AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF9B; }

 p { color: rgb(217,175,155); }

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

background-color css

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

 a { background-color: rgb(217,175,155); }

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

border-color css

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

 span { border-color: rgb(217,175,155); }

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