Html Css Color HEX #D99E8C Rose

📋 copy color: '#D99E8C'

red 217 ◦ green 158 ◦ blue 140

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

Shades of Rose #D99E8C

Tints of Rose #D99E8C

RGB

 RED value IS 217 (85.16% from 255) = 42.14%

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 42.14%
G = 30.68%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D99E8C (or 0xD99E8C) is known color: Rose. HEX triplet: D9, 9E and 8C. RGB value is (217,158,140). Sum of RGB (Red+Green+Blue) = 217+158+140=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E8C is #266173. Grayscale: #ADADAD. Windows color (decimal): -2515316 or 9215705. OLE color: 9215705.

HSL color Cylindrical-coordinate representation of color #D99E8C: hue angle of 14.03º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99E8C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 140 -
CMYK 0 0.27 0.35 0.15
HSL 14.03º 0.5% 0.7% -
HSV(B) 14.03º 0.35% 0.85% -
XYZ 45.58 41.1 30.34 -
YUV 173.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 217 158 140 0 0.27 0.35 0.15 14.03 0.5 0.7
Hex D9 9E 8C 0 1B 23 F E 32 46
Octal 331 236 214 0 33 43 17 16 62 106
Binary 11011001 10011110 10001100 0 11011 100011 1111 1110 110010 1000110

Color Harmonies of #D99E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E8C

Black with #D99E8C

Text Example


Text Example

White with #D99E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E8C; }

 p { color: rgb(217,158,140); }

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

background-color css

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

 a { background-color: rgb(217,158,140); }

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

border-color css

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

 span { border-color: rgb(217,158,140); }

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