Html Css Color HEX #DC9983 Tonys Pink

📋 copy color: '#DC9983'

red 220 ◦ green 153 ◦ blue 131

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

Shades of Tonys Pink #DC9983

Tints of Tonys Pink #DC9983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 43.65%
G = 30.36%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC9983 (or 0xDC9983) is known color: Tonys Pink. HEX triplet: DC, 99 and 83. RGB value is (220,153,131). Sum of RGB (Red+Green+Blue) = 220+153+131=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9983 is #23667C. Grayscale: #AAAAAA. Windows color (decimal): -2319997 or 8624604. OLE color: 8624604.

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

Color convert

RGB 220 153 131 -
CMYK 0 0.30 0.40 0.14
HSL 14.83º 0.56% 0.69% -
HSV(B) 14.83º 0.4% 0.86% -
XYZ 45 39.64 26.75 -
YUV 170.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 220 153 131 0 0.30 0.40 0.14 14.83 0.56 0.69
Hex DC 99 83 0 1E 28 E F 38 45
Octal 334 231 203 0 36 50 16 17 70 105
Binary 11011100 10011001 10000011 0 11110 101000 1110 1111 111000 1000101

Color Harmonies of #DC9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9983

Black with #DC9983

Text Example


Text Example

White with #DC9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9983; }

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

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

background-color css

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

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

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

border-color css

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

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

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