Html Css Color HEX #D8AE99 Cashmere

📋 copy color: '#D8AE99'

red 216 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #D8AE99

Tints of Cashmere #D8AE99

RGB

 RED value IS 216 (84.77% from 255) = 39.78%

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

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

R = 39.78%
G = 32.04%
B = 28.18%

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

#D8AE99 (or 0xD8AE99) is known color: Cashmere. HEX triplet: D8, AE and 99. RGB value is (216,174,153). Sum of RGB (Red+Green+Blue) = 216+174+153=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE99 is #275166. Grayscale: #B8B8B8. Windows color (decimal): -2576743 or 10071768. OLE color: 10071768.

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

Color convert

RGB 216 174 153 -
CMYK 0 0.19 0.29 0.15
HSL 20º 0.45% 0.72% -
HSV(B) 20º 0.29% 0.85% -
XYZ 49.2 47.17 36.65 -
YUV 184.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 216 174 153 0 0.19 0.29 0.15 20 0.45 0.72
Hex D8 AE 99 0 13 1D F 14 2D 48
Octal 330 256 231 0 23 35 17 24 55 110
Binary 11011000 10101110 10011001 0 10011 11101 1111 10100 101101 1001000

Color Harmonies of #D8AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE99

Black with #D8AE99

Text Example


Text Example

White with #D8AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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