Html Css Color HEX #DC9883 Tonys Pink

📋 copy color: '#DC9883'

red 220 ◦ green 152 ◦ blue 131

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

Shades of Tonys Pink #DC9883

Tints of Tonys Pink #DC9883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.22%

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

R = 43.74%
G = 30.22%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC9883 (or 0xDC9883) is known color: Tonys Pink. HEX triplet: DC, 98 and 83. RGB value is (220,152,131). Sum of RGB (Red+Green+Blue) = 220+152+131=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9883 is #23677C. Grayscale: #AAAAAA. Windows color (decimal): -2320253 or 8624348. OLE color: 8624348.

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

Color convert

RGB 220 152 131 -
CMYK 0 0.31 0.40 0.14
HSL 14.16º 0.56% 0.69% -
HSV(B) 14.16º 0.4% 0.86% -
XYZ 44.84 39.31 26.7 -
YUV 169.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 220 152 131 0 0.31 0.40 0.14 14.16 0.56 0.69
Hex DC 98 83 0 1F 28 E E 38 45
Octal 334 230 203 0 37 50 16 16 70 105
Binary 11011100 10011000 10000011 0 11111 101000 1110 1110 111000 1000101

Color Harmonies of #DC9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9883

Black with #DC9883

Text Example


Text Example

White with #DC9883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9883; }

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

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

background-color css

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

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

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

border-color css

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

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

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