#D99A82

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

Shades of Tonys Pink #D99A82

Tints of Tonys Pink #D99A82

Color information

#D99A82 (or 0xD99A82) is unknown color: approx Tonys Pink. HEX triplet: D9, 9A and 82. RGB value is (217,154,130). Sum of RGB (Red+Green+Blue) = 217+154+130=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A82 is #26657D. Grayscale: #AAAAAA. Windows color (decimal): -2516350 or 8559321. OLE color: 8559321.

HSL color Cylindrical-coordinate representation of color #D99A82: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99A82 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217154130-
CMYK00.290.400.15
HSL16.55º53.37%68.04%-
HSV(B)16.55º40.09%85.1%-
XYZ44.239.4726.41-
YUV170.1105.37161.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=43.31%
G=30.74%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715413000.290.400.1516.5553.3768.04
HexD99A8201D28F113544
Octal33123220203550172165104
Binary1101100110011010100000100111011010001111100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A82; }

 p { color: rgb(217,154,130); }

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

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

 a { background-color: rgb(217,154,130); }

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

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

 span { border-color: rgb(217,154,130); }

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