Html Css Color HEX #D09F97 Rose

📋 copy color: '#D09F97'

red 208 ◦ green 159 ◦ blue 151

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

Shades of Rose #D09F97

Tints of Rose #D09F97

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 40.15%
G = 30.69%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09F97 (or 0xD09F97) is known color: Rose. HEX triplet: D0, 9F and 97. RGB value is (208,159,151). Sum of RGB (Red+Green+Blue) = 208+159+151=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F97 is #2F6068. Grayscale: #ACACAC. Windows color (decimal): -3104873 or 9936848. OLE color: 9936848.

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

Color convert

RGB 208 159 151 -
CMYK 0 0.24 0.27 0.18
HSL 8.42º 0.38% 0.7% -
HSV(B) 8.42º 0.27% 0.82% -
XYZ 44 40.44 34.77 -
YUV 172.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 208 159 151 0 0.24 0.27 0.18 8.42 0.38 0.7
Hex D0 9F 97 0 18 1B 12 8 26 46
Octal 320 237 227 0 30 33 22 10 46 106
Binary 11010000 10011111 10010111 0 11000 11011 10010 1000 100110 1000110

Color Harmonies of #D09F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F97

Black with #D09F97

Text Example


Text Example

White with #D09F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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