Html Css Color HEX #DC9683 Tonys Pink

📋 copy color: '#DC9683'

red 220 ◦ green 150 ◦ blue 131

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

Shades of Tonys Pink #DC9683

Tints of Tonys Pink #DC9683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 43.91%
G = 29.94%
B = 26.15%

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

#DC9683 (or 0xDC9683) is known color: Tonys Pink. HEX triplet: DC, 96 and 83. RGB value is (220,150,131). Sum of RGB (Red+Green+Blue) = 220+150+131=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9683 is #23697C. Grayscale: #A8A8A8. Windows color (decimal): -2320765 or 8623836. OLE color: 8623836.

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

Color convert

RGB 220 150 131 -
CMYK 0 0.32 0.40 0.14
HSL 12.81º 0.56% 0.69% -
HSV(B) 12.81º 0.4% 0.86% -
XYZ 44.52 38.67 26.59 -
YUV 168.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 220 150 131 0 0.32 0.40 0.14 12.81 0.56 0.69
Hex DC 96 83 0 20 28 E D 38 45
Octal 334 226 203 0 40 50 16 15 70 105
Binary 11011100 10010110 10000011 0 100000 101000 1110 1101 111000 1000101

Color Harmonies of #DC9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9683

Black with #DC9683

Text Example


Text Example

White with #DC9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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