Html Css Color HEX #D99F8C Rose

📋 copy color: '#D99F8C'

red 217 ◦ green 159 ◦ blue 140

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

Shades of Rose #D99F8C

Tints of Rose #D99F8C

RGB

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

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

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

R = 42.05%
G = 30.81%
B = 27.13%

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

#D99F8C (or 0xD99F8C) is known color: Rose. HEX triplet: D9, 9F and 8C. RGB value is (217,159,140). Sum of RGB (Red+Green+Blue) = 217+159+140=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F8C is #266073. Grayscale: #AEAEAE. Windows color (decimal): -2515060 or 9215961. OLE color: 9215961.

HSL color Cylindrical-coordinate representation of color #D99F8C: hue angle of 14.81º 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 #D99F8C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 140 -
CMYK 0 0.27 0.35 0.15
HSL 14.81º 0.5% 0.7% -
HSV(B) 14.81º 0.35% 0.85% -
XYZ 45.75 41.44 30.4 -
YUV 174.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 217 159 140 0 0.27 0.35 0.15 14.81 0.5 0.7
Hex D9 9F 8C 0 1B 23 F F 32 46
Octal 331 237 214 0 33 43 17 17 62 106
Binary 11011001 10011111 10001100 0 11011 100011 1111 1111 110010 1000110

Color Harmonies of #D99F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F8C

Black with #D99F8C

Text Example


Text Example

White with #D99F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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