Html Css Color HEX #DC9E8C Tonys Pink

📋 copy color: '#DC9E8C'

red 220 ◦ green 158 ◦ blue 140

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

Shades of Tonys Pink #DC9E8C

Tints of Tonys Pink #DC9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 42.47%
G = 30.5%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC9E8C (or 0xDC9E8C) is known color: Tonys Pink. HEX triplet: DC, 9E and 8C. RGB value is (220,158,140). Sum of RGB (Red+Green+Blue) = 220+158+140=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E8C is #236173. Grayscale: #AEAEAE. Windows color (decimal): -2318708 or 9215708. OLE color: 9215708.

HSL color Cylindrical-coordinate representation of color #DC9E8C: hue angle of 13.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9E8C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 140 -
CMYK 0 0.28 0.36 0.14
HSL 13.5º 0.53% 0.71% -
HSV(B) 13.5º 0.36% 0.86% -
XYZ 46.48 41.56 30.38 -
YUV 174.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 220 158 140 0 0.28 0.36 0.14 13.5 0.53 0.71
Hex DC 9E 8C 0 1C 24 E E 35 47
Octal 334 236 214 0 34 44 16 16 65 107
Binary 11011100 10011110 10001100 0 11100 100100 1110 1110 110101 1000111

Color Harmonies of #DC9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E8C

Black with #DC9E8C

Text Example


Text Example

White with #DC9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E8C; }

 p { color: rgb(220,158,140); }

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

background-color css

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

 a { background-color: rgb(220,158,140); }

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

border-color css

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

 span { border-color: rgb(220,158,140); }

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