Html Css Color HEX #D0AA96 Cashmere

📋 copy color: '#D0AA96'

red 208 ◦ green 170 ◦ blue 150

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

Shades of Cashmere #D0AA96

Tints of Cashmere #D0AA96

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

 GREEN value IS 170 (66.8% from 255) = 32.2%

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

R = 39.39%
G = 32.2%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0AA96 (or 0xD0AA96) is known color: Cashmere. HEX triplet: D0, AA and 96. RGB value is (208,170,150). Sum of RGB (Red+Green+Blue) = 208+170+150=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA96 is #2F5569. Grayscale: #B3B3B3. Windows color (decimal): -3102058 or 9874128. OLE color: 9874128.

HSL color Cylindrical-coordinate representation of color #D0AA96: hue angle of 20.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0AA96 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 150 -
CMYK 0 0.18 0.28 0.18
HSL 20.69º 0.38% 0.7% -
HSV(B) 20.69º 0.28% 0.82% -
XYZ 45.89 44.36 35 -
YUV 179.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 208 170 150 0 0.18 0.28 0.18 20.69 0.38 0.7
Hex D0 AA 96 0 12 1C 12 15 26 46
Octal 320 252 226 0 22 34 22 25 46 106
Binary 11010000 10101010 10010110 0 10010 11100 10010 10101 100110 1000110

Color Harmonies of #D0AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA96

Black with #D0AA96

Text Example


Text Example

White with #D0AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA96; }

 p { color: rgb(208,170,150); }

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

background-color css

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

 a { background-color: rgb(208,170,150); }

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

border-color css

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

 span { border-color: rgb(208,170,150); }

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