Html Css Color HEX #DC9C89 Tonys Pink

📋 copy color: '#DC9C89'

red 220 ◦ green 156 ◦ blue 137

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

Shades of Tonys Pink #DC9C89

Tints of Tonys Pink #DC9C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.41%

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

R = 42.88%
G = 30.41%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9C89 (or 0xDC9C89) is known color: Tonys Pink. HEX triplet: DC, 9C and 89. RGB value is (220,156,137). Sum of RGB (Red+Green+Blue) = 220+156+137=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C89 is #236376. Grayscale: #ADADAD. Windows color (decimal): -2319223 or 9018588. OLE color: 9018588.

HSL color Cylindrical-coordinate representation of color #DC9C89: hue angle of 13.73º 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 #DC9C89 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 137 -
CMYK 0 0.29 0.38 0.14
HSL 13.73º 0.54% 0.7% -
HSV(B) 13.73º 0.38% 0.86% -
XYZ 45.92 40.8 29.12 -
YUV 172.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 220 156 137 0 0.29 0.38 0.14 13.73 0.54 0.7
Hex DC 9C 89 0 1D 26 E E 36 46
Octal 334 234 211 0 35 46 16 16 66 106
Binary 11011100 10011100 10001001 0 11101 100110 1110 1110 110110 1000110

Color Harmonies of #DC9C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C89

Black with #DC9C89

Text Example


Text Example

White with #DC9C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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