Html Css Color HEX #D09F90 Rose

📋 copy color: '#D09F90'

red 208 ◦ green 159 ◦ blue 144

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

Shades of Rose #D09F90

Tints of Rose #D09F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 40.7%
G = 31.12%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09F90 (or 0xD09F90) is known color: Rose. HEX triplet: D0, 9F and 90. RGB value is (208,159,144). Sum of RGB (Red+Green+Blue) = 208+159+144=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F90 is #2F606F. Grayscale: #ACACAC. Windows color (decimal): -3104880 or 9478096. OLE color: 9478096.

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

Color convert

RGB 208 159 144 -
CMYK 0 0.24 0.31 0.18
HSL 14.06º 0.41% 0.69% -
HSV(B) 14.06º 0.31% 0.82% -
XYZ 43.44 40.22 31.86 -
YUV 171.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 208 159 144 0 0.24 0.31 0.18 14.06 0.41 0.69
Hex D0 9F 90 0 18 1F 12 E 29 45
Octal 320 237 220 0 30 37 22 16 51 105
Binary 11010000 10011111 10010000 0 11000 11111 10010 1110 101001 1000101

Color Harmonies of #D09F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F90

Black with #D09F90

Text Example


Text Example

White with #D09F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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