Html Css Color HEX #D0A097 Rose

📋 copy color: '#D0A097'

red 208 ◦ green 160 ◦ blue 151

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

Shades of Rose #D0A097

Tints of Rose #D0A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 40.08%
G = 30.83%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0A097 (or 0xD0A097) is known color: Rose. HEX triplet: D0, A0 and 97. RGB value is (208,160,151). Sum of RGB (Red+Green+Blue) = 208+160+151=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A097 is #2F5F68. Grayscale: #ADADAD. Windows color (decimal): -3104617 or 9937104. OLE color: 9937104.

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

Color convert

RGB 208 160 151 -
CMYK 0 0.23 0.27 0.18
HSL 9.47º 0.38% 0.7% -
HSV(B) 9.47º 0.27% 0.82% -
XYZ 44.17 40.79 34.82 -
YUV 173.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 208 160 151 0 0.23 0.27 0.18 9.47 0.38 0.7
Hex D0 A0 97 0 17 1B 12 9 26 46
Octal 320 240 227 0 27 33 22 11 46 106
Binary 11010000 10100000 10010111 0 10111 11011 10010 1001 100110 1000110

Color Harmonies of #D0A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A097

Black with #D0A097

Text Example


Text Example

White with #D0A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A097; }

 p { color: rgb(208,160,151); }

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

background-color css

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

 a { background-color: rgb(208,160,151); }

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

border-color css

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

 span { border-color: rgb(208,160,151); }

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