Html Css Color HEX #D2A996 Rose

📋 copy color: '#D2A996'

red 210 ◦ green 169 ◦ blue 150

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

Shades of Rose #D2A996

Tints of Rose #D2A996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.95%

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

R = 39.7%
G = 31.95%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2A996 (or 0xD2A996) is known color: Rose. HEX triplet: D2, A9 and 96. RGB value is (210,169,150). Sum of RGB (Red+Green+Blue) = 210+169+150=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A996 is #2D5669. Grayscale: #B3B3B3. Windows color (decimal): -2971242 or 9873874. OLE color: 9873874.

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

Color convert

RGB 210 169 150 -
CMYK 0 0.20 0.29 0.18
HSL 19º 0.4% 0.71% -
HSV(B) 19º 0.29% 0.82% -
XYZ 46.27 44.28 34.96 -
YUV 179.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 210 169 150 0 0.20 0.29 0.18 19 0.4 0.71
Hex D2 A9 96 0 14 1D 12 13 28 47
Octal 322 251 226 0 24 35 22 23 50 107
Binary 11010010 10101001 10010110 0 10100 11101 10010 10011 101000 1000111

Color Harmonies of #D2A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A996

Black with #D2A996

Text Example


Text Example

White with #D2A996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A996; }

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

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

background-color css

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

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

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

border-color css

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

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

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