Html Css Color HEX #D09F94 Rose

📋 copy color: '#D09F94'

red 208 ◦ green 159 ◦ blue 148

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

Shades of Rose #D09F94

Tints of Rose #D09F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 40.39%
G = 30.87%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09F94 (or 0xD09F94) is known color: Rose. HEX triplet: D0, 9F and 94. RGB value is (208,159,148). Sum of RGB (Red+Green+Blue) = 208+159+148=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F94 is #2F606B. Grayscale: #ACACAC. Windows color (decimal): -3104876 or 9740240. OLE color: 9740240.

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

Color convert

RGB 208 159 148 -
CMYK 0 0.24 0.29 0.18
HSL 11º 0.39% 0.7% -
HSV(B) 11º 0.29% 0.82% -
XYZ 43.76 40.34 33.5 -
YUV 172.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 208 159 148 0 0.24 0.29 0.18 11 0.39 0.7
Hex D0 9F 94 0 18 1D 12 B 27 46
Octal 320 237 224 0 30 35 22 13 47 106
Binary 11010000 10011111 10010100 0 11000 11101 10010 1011 100111 1000110

Color Harmonies of #D09F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F94

Black with #D09F94

Text Example


Text Example

White with #D09F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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