#D99A85

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

Shades of Tonys Pink #D99A85

Tints of Tonys Pink #D99A85

Color information

#D99A85 (or 0xD99A85) is unknown color: approx Tonys Pink. HEX triplet: D9, 9A and 85. RGB value is (217,154,133). Sum of RGB (Red+Green+Blue) = 217+154+133=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A85 is #26657A. Grayscale: #AAAAAA. Windows color (decimal): -2516347 or 8755929. OLE color: 8755929.

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

Color convert

RGB217154133-
CMYK00.290.390.15
HSL15º52.5%68.63%-
HSV(B)15º38.71%85.1%-
XYZ44.439.5627.49-
YUV170.44106.87161.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=43.06%
G=30.56%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715413300.290.390.151552.568.63
HexD99A8501D27Ff3545
Octal33123220503547171765105
Binary110110011001101010000101011101100111111111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A85; }

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

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

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

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

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

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

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

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