Html Css Color HEX #DC9C8A Tonys Pink

📋 copy color: '#DC9C8A'

red 220 ◦ green 156 ◦ blue 138

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

Shades of Tonys Pink #DC9C8A

Tints of Tonys Pink #DC9C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 42.8%
G = 30.35%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC9C8A (or 0xDC9C8A) is known color: Tonys Pink. HEX triplet: DC, 9C and 8A. RGB value is (220,156,138). Sum of RGB (Red+Green+Blue) = 220+156+138=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8A is #236375. Grayscale: #ADADAD. Windows color (decimal): -2319222 or 9084124. OLE color: 9084124.

HSL color Cylindrical-coordinate representation of color #DC9C8A: hue angle of 13.17º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9C8A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 138 -
CMYK 0 0.29 0.37 0.14
HSL 13.17º 0.54% 0.7% -
HSV(B) 13.17º 0.37% 0.86% -
XYZ 45.99 40.83 29.5 -
YUV 173.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 220 156 138 0 0.29 0.37 0.14 13.17 0.54 0.7
Hex DC 9C 8A 0 1D 25 E D 36 46
Octal 334 234 212 0 35 45 16 15 66 106
Binary 11011100 10011100 10001010 0 11101 100101 1110 1101 110110 1000110

Color Harmonies of #DC9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C8A

Black with #DC9C8A

Text Example


Text Example

White with #DC9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C8A; }

 p { color: rgb(220,156,138); }

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

background-color css

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

 a { background-color: rgb(220,156,138); }

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

border-color css

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

 span { border-color: rgb(220,156,138); }

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