Html Css Color HEX #D2AA96 Rose

📋 copy color: '#D2AA96'

red 210 ◦ green 170 ◦ blue 150

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

Shades of Rose #D2AA96

Tints of Rose #D2AA96

RGB

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

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

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

R = 39.62%
G = 32.08%
B = 28.3%

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

#D2AA96 (or 0xD2AA96) is known color: Rose. HEX triplet: D2, AA and 96. RGB value is (210,170,150). Sum of RGB (Red+Green+Blue) = 210+170+150=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA96 is #2D5569. Grayscale: #B3B3B3. Windows color (decimal): -2970986 or 9874130. OLE color: 9874130.

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

Color convert

RGB 210 170 150 -
CMYK 0 0.19 0.29 0.18
HSL 20º 0.4% 0.71% -
HSV(B) 20º 0.29% 0.82% -
XYZ 46.46 44.65 35.02 -
YUV 179.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 210 170 150 0 0.19 0.29 0.18 20 0.4 0.71
Hex D2 AA 96 0 13 1D 12 14 28 47
Octal 322 252 226 0 23 35 22 24 50 107
Binary 11010010 10101010 10010110 0 10011 11101 10010 10100 101000 1000111

Color Harmonies of #D2AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA96

Black with #D2AA96

Text Example


Text Example

White with #D2AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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