Html Css Color HEX #DC9682 Tonys Pink

📋 copy color: '#DC9682'

red 220 ◦ green 150 ◦ blue 130

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

Shades of Tonys Pink #DC9682

Tints of Tonys Pink #DC9682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26%

R = 44%
G = 30%
B = 26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC9682 (or 0xDC9682) is known color: Tonys Pink. HEX triplet: DC, 96 and 82. RGB value is (220,150,130). Sum of RGB (Red+Green+Blue) = 220+150+130=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9682 is #23697D. Grayscale: #A8A8A8. Windows color (decimal): -2320766 or 8558300. OLE color: 8558300.

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

Color convert

RGB 220 150 130 -
CMYK 0 0.32 0.41 0.14
HSL 13.33º 0.56% 0.69% -
HSV(B) 13.33º 0.41% 0.86% -
XYZ 44.45 38.64 26.23 -
YUV 168.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 220 150 130 0 0.32 0.41 0.14 13.33 0.56 0.69
Hex DC 96 82 0 20 29 E D 38 45
Octal 334 226 202 0 40 51 16 15 70 105
Binary 11011100 10010110 10000010 0 100000 101001 1110 1101 111000 1000101

Color Harmonies of #DC9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9682

Black with #DC9682

Text Example


Text Example

White with #DC9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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