#D99C8C

Color #D99C8C Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D99C8C

Tints of Rose #D99C8C

Color information

#D99C8C (or 0xD99C8C) is unknown color: approx Rose. HEX triplet: D9, 9C and 8C. RGB value is (217,156,140). Sum of RGB (Red+Green+Blue) = 217+156+140=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C8C is #266373. Grayscale: #ACACAC. Windows color (decimal): -2515828 or 9215193. OLE color: 9215193.

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

Color convert

RGB217156140-
CMYK00.280.350.15
HSL12.47º50.33%70%-
HSV(B)12.47º35.48%85.1%-
XYZ45.2440.4230.23-
YUV172.42109.71159.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=42.30%
G=30.41%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715614000.280.350.1512.4750.3370
HexD99C8C01C23Fc3246
Octal33123421403443171462106
Binary110110011001110010001100011100100011111111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C8C; }

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

 H1.HeaderClassName
 {
   color: #D99C8C;
 }
 .AnyTagClassName
 {
   color: #D99C8C;
 }
</style>
background-color css

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

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

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

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

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

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