Html Css Color HEX #DC9684 Tonys Pink

📋 copy color: '#DC9684'

red 220 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #DC9684

Tints of Tonys Pink #DC9684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 43.82%
G = 29.88%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC9684 (or 0xDC9684) is known color: Tonys Pink. HEX triplet: DC, 96 and 84. RGB value is (220,150,132). Sum of RGB (Red+Green+Blue) = 220+150+132=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9684 is #23697B. Grayscale: #A9A9A9. Windows color (decimal): -2320764 or 8689372. OLE color: 8689372.

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

Color convert

RGB 220 150 132 -
CMYK 0 0.32 0.40 0.14
HSL 12.27º 0.56% 0.69% -
HSV(B) 12.27º 0.4% 0.86% -
XYZ 44.59 38.69 26.95 -
YUV 168.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 220 150 132 0 0.32 0.40 0.14 12.27 0.56 0.69
Hex DC 96 84 0 20 28 E C 38 45
Octal 334 226 204 0 40 50 16 14 70 105
Binary 11011100 10010110 10000100 0 100000 101000 1110 1100 111000 1000101

Color Harmonies of #DC9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9684

Black with #DC9684

Text Example


Text Example

White with #DC9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9684; }

 p { color: rgb(220,150,132); }

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

background-color css

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

 a { background-color: rgb(220,150,132); }

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

border-color css

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

 span { border-color: rgb(220,150,132); }

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