#DCA08B

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

Shades of Tonys Pink #DCA08B

Tints of Tonys Pink #DCA08B

Color information

#DCA08B (or 0xDCA08B) is unknown color: approx Tonys Pink. HEX triplet: DC, A0 and 8B. RGB value is (220,160,139). Sum of RGB (Red+Green+Blue) = 220+160+139=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA08B is #235F74. Grayscale: #AFAFAF. Windows color (decimal): -2318197 or 9150684. OLE color: 9150684.

HSL color Cylindrical-coordinate representation of color #DCA08B: hue angle of 15.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCA08B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220160139-
CMYK00.270.370.14
HSL15.56º53.64%70.39%-
HSV(B)15.56º36.82%86.27%-
XYZ46.7542.2230.11-
YUV175.55107.38159.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=42.39%
G=30.83%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016013900.270.370.1415.5653.6470.39
HexDCA08B01B25E103646
Octal33424021303345162066106
Binary1101110010100000100010110110111001011110100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA08B; }

 p { color: rgb(220,160,139); }

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

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

 a { background-color: rgb(220,160,139); }

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

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

 span { border-color: rgb(220,160,139); }

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