Html Css Color HEX #DC6016 Chocolate

📋 copy color: '#DC6016'

red 220 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #DC6016

Tints of Chocolate #DC6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 65.09%
G = 28.4%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC6016 (or 0xDC6016) is known color: Chocolate. HEX triplet: DC, 60 and 16. RGB value is (220,96,22). Sum of RGB (Red+Green+Blue) = 220+96+22=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6016 is #239FE9. Grayscale: #7D7D7D. Windows color (decimal): -2334698 or 1466588. OLE color: 1466588.

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

Color convert

RGB 220 96 22 -
CMYK 0 0.56 0.9 0.14
HSL 22.42º 0.82% 0.47% -
HSV(B) 22.42º 0.9% 0.86% -
XYZ 33.84 23.64 3.54 -
YUV 124.64 70.08 196.02 -
System Red Green Blue C M Y K H S L
Decimal 220 96 22 0 0.56 0.9 0.14 22.42 0.82 0.47
Hex DC 60 16 0 38 5A E 16 52 2F
Octal 334 140 26 0 70 132 16 26 122 57
Binary 11011100 1100000 10110 0 111000 1011010 1110 10110 1010010 101111

Color Harmonies of #DC6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6016

Black with #DC6016

Text Example


Text Example

White with #DC6016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6016; }

 p { color: rgb(220,96,22); }

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

background-color css

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

 a { background-color: rgb(220,96,22); }

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

border-color css

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

 span { border-color: rgb(220,96,22); }

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