Html Css Color HEX #D2AA95 Cashmere

📋 copy color: '#D2AA95'

red 210 ◦ green 170 ◦ blue 149

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

Shades of Cashmere #D2AA95

Tints of Cashmere #D2AA95

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

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

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 39.7%
G = 32.14%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2AA95 (or 0xD2AA95) is known color: Cashmere. HEX triplet: D2, AA and 95. RGB value is (210,170,149). Sum of RGB (Red+Green+Blue) = 210+170+149=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA95 is #2D556A. Grayscale: #B3B3B3. Windows color (decimal): -2970987 or 9808594. OLE color: 9808594.

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

Color convert

RGB 210 170 149 -
CMYK 0 0.19 0.29 0.18
HSL 20.66º 0.4% 0.7% -
HSV(B) 20.66º 0.29% 0.82% -
XYZ 46.38 44.62 34.6 -
YUV 179.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 210 170 149 0 0.19 0.29 0.18 20.66 0.4 0.7
Hex D2 AA 95 0 13 1D 12 15 28 46
Octal 322 252 225 0 23 35 22 25 50 106
Binary 11010010 10101010 10010101 0 10011 11101 10010 10101 101000 1000110

Color Harmonies of #D2AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA95

Black with #D2AA95

Text Example


Text Example

White with #D2AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA95; }

 p { color: rgb(210,170,149); }

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

background-color css

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

 a { background-color: rgb(210,170,149); }

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

border-color css

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

 span { border-color: rgb(210,170,149); }

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