Html Css Color HEX #D2A396 Rose

📋 copy color: '#D2A396'

red 210 ◦ green 163 ◦ blue 150

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

Shades of Rose #D2A396

Tints of Rose #D2A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

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

R = 40.15%
G = 31.17%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2A396 (or 0xD2A396) is known color: Rose. HEX triplet: D2, A3 and 96. RGB value is (210,163,150). Sum of RGB (Red+Green+Blue) = 210+163+150=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A396 is #2D5C69. Grayscale: #AFAFAF. Windows color (decimal): -2972778 or 9872338. OLE color: 9872338.

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

Color convert

RGB 210 163 150 -
CMYK 0 0.22 0.29 0.18
HSL 13º 0.4% 0.71% -
HSV(B) 13º 0.29% 0.82% -
XYZ 45.18 42.1 34.6 -
YUV 175.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 210 163 150 0 0.22 0.29 0.18 13 0.4 0.71
Hex D2 A3 96 0 16 1D 12 D 28 47
Octal 322 243 226 0 26 35 22 15 50 107
Binary 11010010 10100011 10010110 0 10110 11101 10010 1101 101000 1000111

Color Harmonies of #D2A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A396

Black with #D2A396

Text Example


Text Example

White with #D2A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A396; }

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

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

background-color css

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

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

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

border-color css

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

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

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