Html Css Color HEX #D2A296 Rose

📋 copy color: '#D2A296'

red 210 ◦ green 162 ◦ blue 150

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

Shades of Rose #D2A296

Tints of Rose #D2A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

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

R = 40.23%
G = 31.03%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2A296 (or 0xD2A296) is known color: Rose. HEX triplet: D2, A2 and 96. RGB value is (210,162,150). Sum of RGB (Red+Green+Blue) = 210+162+150=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A296 is #2D5D69. Grayscale: #AFAFAF. Windows color (decimal): -2973034 or 9872082. OLE color: 9872082.

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

Color convert

RGB 210 162 150 -
CMYK 0 0.23 0.29 0.18
HSL 12º 0.4% 0.71% -
HSV(B) 12º 0.29% 0.82% -
XYZ 45 41.74 34.54 -
YUV 174.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 210 162 150 0 0.23 0.29 0.18 12 0.4 0.71
Hex D2 A2 96 0 17 1D 12 C 28 47
Octal 322 242 226 0 27 35 22 14 50 107
Binary 11010010 10100010 10010110 0 10111 11101 10010 1100 101000 1000111

Color Harmonies of #D2A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A296

Black with #D2A296

Text Example


Text Example

White with #D2A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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