#DA9B83

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

Shades of Tonys Pink #DA9B83

Tints of Tonys Pink #DA9B83

Color information

#DA9B83 (or 0xDA9B83) is unknown color: approx Tonys Pink. HEX triplet: DA, 9B and 83. RGB value is (218,155,131). Sum of RGB (Red+Green+Blue) = 218+155+131=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B83 is #25647C. Grayscale: #ABABAB. Windows color (decimal): -2450557 or 8625114. OLE color: 8625114.

HSL color Cylindrical-coordinate representation of color #DA9B83: hue angle of 16.55º degrees, saturation: 0.54, 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 #DA9B83 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218155131-
CMYK00.290.400.15
HSL16.55º54.04%68.43%-
HSV(B)16.55º39.91%85.49%-
XYZ44.7339.9926.83-
YUV171.1105.37161.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=43.25%
G=30.75%
B=25.99%

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
Decimal21815513100.290.400.1516.5554.0468.43
HexDA9B8301D28F113644
Octal33223320303550172166104
Binary1101101010011011100000110111011010001111100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B83; }

 p { color: rgb(218,155,131); }

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

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

 a { background-color: rgb(218,155,131); }

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

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

 span { border-color: rgb(218,155,131); }

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