Html Css Color HEX #D9AF96 Cashmere

📋 copy color: '#D9AF96'

red 217 ◦ green 175 ◦ blue 150

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

Shades of Cashmere #D9AF96

Tints of Cashmere #D9AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 40.04%
G = 32.29%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9AF96 (or 0xD9AF96) is known color: Cashmere. HEX triplet: D9, AF and 96. RGB value is (217,175,150). Sum of RGB (Red+Green+Blue) = 217+175+150=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF96 is #265069. Grayscale: #B8B8B8. Windows color (decimal): -2510954 or 9875417. OLE color: 9875417.

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

Color convert

RGB 217 175 150 -
CMYK 0 0.19 0.31 0.15
HSL 22.39º 0.47% 0.72% -
HSV(B) 22.39º 0.31% 0.85% -
XYZ 49.45 47.61 35.44 -
YUV 184.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 217 175 150 0 0.19 0.31 0.15 22.39 0.47 0.72
Hex D9 AF 96 0 13 1F F 16 2F 48
Octal 331 257 226 0 23 37 17 26 57 110
Binary 11011001 10101111 10010110 0 10011 11111 1111 10110 101111 1001000

Color Harmonies of #D9AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF96

Black with #D9AF96

Text Example


Text Example

White with #D9AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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