Html Css Color HEX #DC9886 Tonys Pink

📋 copy color: '#DC9886'

red 220 ◦ green 152 ◦ blue 134

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

Shades of Tonys Pink #DC9886

Tints of Tonys Pink #DC9886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 43.48%
G = 30.04%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9886 (or 0xDC9886) is known color: Tonys Pink. HEX triplet: DC, 98 and 86. RGB value is (220,152,134). Sum of RGB (Red+Green+Blue) = 220+152+134=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9886 is #236779. Grayscale: #AAAAAA. Windows color (decimal): -2320250 or 8820956. OLE color: 8820956.

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

Color convert

RGB 220 152 134 -
CMYK 0 0.31 0.39 0.14
HSL 12.56º 0.55% 0.69% -
HSV(B) 12.56º 0.39% 0.86% -
XYZ 45.05 39.39 27.78 -
YUV 170.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 220 152 134 0 0.31 0.39 0.14 12.56 0.55 0.69
Hex DC 98 86 0 1F 27 E D 37 45
Octal 334 230 206 0 37 47 16 15 67 105
Binary 11011100 10011000 10000110 0 11111 100111 1110 1101 110111 1000101

Color Harmonies of #DC9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9886

Black with #DC9886

Text Example


Text Example

White with #DC9886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9886; }

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

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

background-color css

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

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

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

border-color css

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

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

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