Html Css Color HEX #DC9F88 Tonys Pink

📋 copy color: '#DC9F88'

red 220 ◦ green 159 ◦ blue 136

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

Shades of Tonys Pink #DC9F88

Tints of Tonys Pink #DC9F88

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 42.72%
G = 30.87%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9F88 (or 0xDC9F88) is known color: Tonys Pink. HEX triplet: DC, 9F and 88. RGB value is (220,159,136). Sum of RGB (Red+Green+Blue) = 220+159+136=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F88 is #236077. Grayscale: #AEAEAE. Windows color (decimal): -2318456 or 8953820. OLE color: 8953820.

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

Color convert

RGB 220 159 136 -
CMYK 0 0.28 0.38 0.14
HSL 16.43º 0.55% 0.7% -
HSV(B) 16.43º 0.38% 0.86% -
XYZ 46.36 41.79 28.92 -
YUV 174.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 220 159 136 0 0.28 0.38 0.14 16.43 0.55 0.7
Hex DC 9F 88 0 1C 26 E 10 37 46
Octal 334 237 210 0 34 46 16 20 67 106
Binary 11011100 10011111 10001000 0 11100 100110 1110 10000 110111 1000110

Color Harmonies of #DC9F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F88

Black with #DC9F88

Text Example


Text Example

White with #DC9F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F88; }

 p { color: rgb(220,159,136); }

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

background-color css

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

 a { background-color: rgb(220,159,136); }

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

border-color css

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

 span { border-color: rgb(220,159,136); }

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