Html Css Color HEX #DC9982 Tonys Pink

📋 copy color: '#DC9982'

red 220 ◦ green 153 ◦ blue 130

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

Shades of Tonys Pink #DC9982

Tints of Tonys Pink #DC9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 43.74%
G = 30.42%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC9982 (or 0xDC9982) is known color: Tonys Pink. HEX triplet: DC, 99 and 82. RGB value is (220,153,130). Sum of RGB (Red+Green+Blue) = 220+153+130=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9982 is #23667D. Grayscale: #AAAAAA. Windows color (decimal): -2319998 or 8559068. OLE color: 8559068.

HSL color Cylindrical-coordinate representation of color #DC9982: hue angle of 15.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9982 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 130 -
CMYK 0 0.30 0.41 0.14
HSL 15.33º 0.56% 0.69% -
HSV(B) 15.33º 0.41% 0.86% -
XYZ 44.94 39.61 26.4 -
YUV 170.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 220 153 130 0 0.30 0.41 0.14 15.33 0.56 0.69
Hex DC 99 82 0 1E 29 E F 38 45
Octal 334 231 202 0 36 51 16 17 70 105
Binary 11011100 10011001 10000010 0 11110 101001 1110 1111 111000 1000101

Color Harmonies of #DC9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9982

Black with #DC9982

Text Example


Text Example

White with #DC9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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