Html Css Color HEX #D9AD99 Cashmere

📋 copy color: '#D9AD99'

red 217 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #D9AD99

Tints of Cashmere #D9AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.86%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 39.96%
G = 31.86%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9AD99 (or 0xD9AD99) is known color: Cashmere. HEX triplet: D9, AD and 99. RGB value is (217,173,153). Sum of RGB (Red+Green+Blue) = 217+173+153=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD99 is #265266. Grayscale: #B8B8B8. Windows color (decimal): -2511463 or 10071513. OLE color: 10071513.

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

Color convert

RGB 217 173 153 -
CMYK 0 0.20 0.29 0.15
HSL 18.75º 0.46% 0.73% -
HSV(B) 18.75º 0.29% 0.85% -
XYZ 49.31 46.94 36.6 -
YUV 183.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 217 173 153 0 0.20 0.29 0.15 18.75 0.46 0.73
Hex D9 AD 99 0 14 1D F 13 2E 49
Octal 331 255 231 0 24 35 17 23 56 111
Binary 11011001 10101101 10011001 0 10100 11101 1111 10011 101110 1001001

Color Harmonies of #D9AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD99

Black with #D9AD99

Text Example


Text Example

White with #D9AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD99; }

 p { color: rgb(217,173,153); }

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

background-color css

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

 a { background-color: rgb(217,173,153); }

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

border-color css

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

 span { border-color: rgb(217,173,153); }

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