Html Css Color HEX #D9AE99 Cashmere

📋 copy color: '#D9AE99'

red 217 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #D9AE99

Tints of Cashmere #D9AE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.99%

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

R = 39.89%
G = 31.99%
B = 28.13%

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

#D9AE99 (or 0xD9AE99) is known color: Cashmere. HEX triplet: D9, AE and 99. RGB value is (217,174,153). Sum of RGB (Red+Green+Blue) = 217+174+153=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE99 is #265166. Grayscale: #B8B8B8. Windows color (decimal): -2511207 or 10071769. OLE color: 10071769.

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

Color convert

RGB 217 174 153 -
CMYK 0 0.20 0.29 0.15
HSL 19.69º 0.46% 0.73% -
HSV(B) 19.69º 0.29% 0.85% -
XYZ 49.5 47.32 36.66 -
YUV 184.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 217 174 153 0 0.20 0.29 0.15 19.69 0.46 0.73
Hex D9 AE 99 0 14 1D F 14 2E 49
Octal 331 256 231 0 24 35 17 24 56 111
Binary 11011001 10101110 10011001 0 10100 11101 1111 10100 101110 1001001

Color Harmonies of #D9AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE99

Black with #D9AE99

Text Example


Text Example

White with #D9AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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