Html Css Color HEX #D0A296 Rose

📋 copy color: '#D0A296'

red 208 ◦ green 162 ◦ blue 150

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

Shades of Rose #D0A296

Tints of Rose #D0A296

RGB

 RED value IS 208 (81.64% from 255) = 40%

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

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

R = 40%
G = 31.15%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0A296 (or 0xD0A296) is known color: Rose. HEX triplet: D0, A2 and 96. RGB value is (208,162,150). Sum of RGB (Red+Green+Blue) = 208+162+150=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A296 is #2F5D69. Grayscale: #AEAEAE. Windows color (decimal): -3104106 or 9872080. OLE color: 9872080.

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

Color convert

RGB 208 162 150 -
CMYK 0 0.22 0.28 0.18
HSL 12.41º 0.38% 0.7% -
HSV(B) 12.41º 0.28% 0.82% -
XYZ 44.44 41.45 34.51 -
YUV 174.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 208 162 150 0 0.22 0.28 0.18 12.41 0.38 0.7
Hex D0 A2 96 0 16 1C 12 C 26 46
Octal 320 242 226 0 26 34 22 14 46 106
Binary 11010000 10100010 10010110 0 10110 11100 10010 1100 100110 1000110

Color Harmonies of #D0A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A296

Black with #D0A296

Text Example


Text Example

White with #D0A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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