Html Css Color HEX #D09E8E Rose

📋 copy color: '#D09E8E'

red 208 ◦ green 158 ◦ blue 142

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

Shades of Rose #D09E8E

Tints of Rose #D09E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 40.94%
G = 31.1%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D09E8E (or 0xD09E8E) is known color: Rose. HEX triplet: D0, 9E and 8E. RGB value is (208,158,142). Sum of RGB (Red+Green+Blue) = 208+158+142=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E8E is #2F6171. Grayscale: #ABABAB. Windows color (decimal): -3105138 or 9346768. OLE color: 9346768.

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

Color convert

RGB 208 158 142 -
CMYK 0 0.24 0.32 0.18
HSL 14.55º 0.41% 0.69% -
HSV(B) 14.55º 0.32% 0.82% -
XYZ 43.12 39.82 31 -
YUV 171.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 208 158 142 0 0.24 0.32 0.18 14.55 0.41 0.69
Hex D0 9E 8E 0 18 20 12 F 29 45
Octal 320 236 216 0 30 40 22 17 51 105
Binary 11010000 10011110 10001110 0 11000 100000 10010 1111 101001 1000101

Color Harmonies of #D09E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E8E

Black with #D09E8E

Text Example


Text Example

White with #D09E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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