Html Css Color HEX #D0A997 Rose

📋 copy color: '#D0A997'

red 208 ◦ green 169 ◦ blue 151

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

Shades of Rose #D0A997

Tints of Rose #D0A997

RGB

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

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

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

R = 39.39%
G = 32.01%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0A997 (or 0xD0A997) is known color: Rose. HEX triplet: D0, A9 and 97. RGB value is (208,169,151). Sum of RGB (Red+Green+Blue) = 208+169+151=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A997 is #2F5668. Grayscale: #B2B2B2. Windows color (decimal): -3102313 or 9939408. OLE color: 9939408.

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

Color convert

RGB 208 169 151 -
CMYK 0 0.19 0.27 0.18
HSL 18.95º 0.38% 0.7% -
HSV(B) 18.95º 0.27% 0.82% -
XYZ 45.79 44.02 35.36 -
YUV 178.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 208 169 151 0 0.19 0.27 0.18 18.95 0.38 0.7
Hex D0 A9 97 0 13 1B 12 13 26 46
Octal 320 251 227 0 23 33 22 23 46 106
Binary 11010000 10101001 10010111 0 10011 11011 10010 10011 100110 1000110

Color Harmonies of #D0A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A997

Black with #D0A997

Text Example


Text Example

White with #D0A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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