Html Css Color HEX #D9AF98 Cashmere

📋 copy color: '#D9AF98'

red 217 ◦ green 175 ◦ blue 152

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

Shades of Cashmere #D9AF98

Tints of Cashmere #D9AF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 39.89%
G = 32.17%
B = 27.94%

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

#D9AF98 (or 0xD9AF98) is known color: Cashmere. HEX triplet: D9, AF and 98. RGB value is (217,175,152). Sum of RGB (Red+Green+Blue) = 217+175+152=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF98 is #265067. Grayscale: #B9B9B9. Windows color (decimal): -2510952 or 10006489. OLE color: 10006489.

HSL color Cylindrical-coordinate representation of color #D9AF98: hue angle of 21.23º degrees, saturation: 0.46, 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 #D9AF98 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 152 -
CMYK 0 0.19 0.30 0.15
HSL 21.23º 0.46% 0.72% -
HSV(B) 21.23º 0.3% 0.85% -
XYZ 49.61 47.68 36.29 -
YUV 184.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 217 175 152 0 0.19 0.30 0.15 21.23 0.46 0.72
Hex D9 AF 98 0 13 1E F 15 2E 48
Octal 331 257 230 0 23 36 17 25 56 110
Binary 11011001 10101111 10011000 0 10011 11110 1111 10101 101110 1001000

Color Harmonies of #D9AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF98

Black with #D9AF98

Text Example


Text Example

White with #D9AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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