Html Css Color HEX #D09E92 Rose

📋 copy color: '#D09E92'

red 208 ◦ green 158 ◦ blue 146

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

Shades of Rose #D09E92

Tints of Rose #D09E92

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 40.63%
G = 30.86%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09E92 (or 0xD09E92) is known color: Rose. HEX triplet: D0, 9E and 92. RGB value is (208,158,146). Sum of RGB (Red+Green+Blue) = 208+158+146=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E92 is #2F616D. Grayscale: #ABABAB. Windows color (decimal): -3105134 or 9608912. OLE color: 9608912.

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

Color convert

RGB 208 158 146 -
CMYK 0 0.24 0.30 0.18
HSL 11.61º 0.4% 0.69% -
HSV(B) 11.61º 0.3% 0.82% -
XYZ 43.43 39.94 32.61 -
YUV 171.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 208 158 146 0 0.24 0.30 0.18 11.61 0.4 0.69
Hex D0 9E 92 0 18 1E 12 C 28 45
Octal 320 236 222 0 30 36 22 14 50 105
Binary 11010000 10011110 10010010 0 11000 11110 10010 1100 101000 1000101

Color Harmonies of #D09E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E92

Black with #D09E92

Text Example


Text Example

White with #D09E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E92; }

 p { color: rgb(208,158,146); }

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

background-color css

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

 a { background-color: rgb(208,158,146); }

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

border-color css

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

 span { border-color: rgb(208,158,146); }

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