Html Css Color HEX #DCA089 Tonys Pink

📋 copy color: '#DCA089'

red 220 ◦ green 160 ◦ blue 137

#DCA089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #DCA089

Tints of Tonys Pink #DCA089

RGB

 RED value IS 220 (86.33% from 255) = 42.55%

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 137 (53.91% from 255) = 26.5%

R = 42.55%
G = 30.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCA089 (or 0xDCA089) is known color: Tonys Pink. HEX triplet: DC, A0 and 89. RGB value is (220,160,137). Sum of RGB (Red+Green+Blue) = 220+160+137=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA089 is #235F76. Grayscale: #AFAFAF. Windows color (decimal): -2318199 or 9019612. OLE color: 9019612.

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

Color convert

RGB 220 160 137 -
CMYK 0 0.27 0.38 0.14
HSL 16.63º 0.54% 0.7% -
HSV(B) 16.63º 0.38% 0.86% -
XYZ 46.6 42.16 29.35 -
YUV 175.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 220 160 137 0 0.27 0.38 0.14 16.63 0.54 0.7
Hex DC A0 89 0 1B 26 E 11 36 46
Octal 334 240 211 0 33 46 16 21 66 106
Binary 11011100 10100000 10001001 0 11011 100110 1110 10001 110110 1000110

Color Harmonies of #DCA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA089

Black with #DCA089

Text Example


Text Example

White with #DCA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA089; }

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

 H1.HeaderClassName
 {
   color: #DCA089;
 }
 .AnyTagClassName
 {
   color: #DCA089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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