Html Css Color HEX #DC9988 Tonys Pink

📋 copy color: '#DC9988'

red 220 ◦ green 153 ◦ blue 136

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

Shades of Tonys Pink #DC9988

Tints of Tonys Pink #DC9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 43.22%
G = 30.06%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9988 (or 0xDC9988) is known color: Tonys Pink. HEX triplet: DC, 99 and 88. RGB value is (220,153,136). Sum of RGB (Red+Green+Blue) = 220+153+136=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9988 is #236677. Grayscale: #ABABAB. Windows color (decimal): -2319992 or 8952284. OLE color: 8952284.

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

Color convert

RGB 220 153 136 -
CMYK 0 0.30 0.38 0.14
HSL 12.14º 0.55% 0.7% -
HSV(B) 12.14º 0.38% 0.86% -
XYZ 45.35 39.78 28.58 -
YUV 171.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 220 153 136 0 0.30 0.38 0.14 12.14 0.55 0.7
Hex DC 99 88 0 1E 26 E C 37 46
Octal 334 231 210 0 36 46 16 14 67 106
Binary 11011100 10011001 10001000 0 11110 100110 1110 1100 110111 1000110

Color Harmonies of #DC9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9988

Black with #DC9988

Text Example


Text Example

White with #DC9988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9988; }

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

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

background-color css

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

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

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

border-color css

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

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

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