Html Css Color HEX #DC6110 Chocolate

📋 copy color: '#DC6110'

red 220 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #DC6110

Tints of Chocolate #DC6110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 66.07%
G = 29.13%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC6110 (or 0xDC6110) is known color: Chocolate. HEX triplet: DC, 61 and 10. RGB value is (220,97,16). Sum of RGB (Red+Green+Blue) = 220+97+16=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6110 is #239EEF. Grayscale: #7C7C7C. Windows color (decimal): -2334448 or 1073628. OLE color: 1073628.

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

Color convert

RGB 220 97 16 -
CMYK 0 0.56 0.93 0.14
HSL 23.82º 0.86% 0.46% -
HSV(B) 23.82º 0.93% 0.86% -
XYZ 33.88 23.8 3.3 -
YUV 124.54 66.75 196.09 -
System Red Green Blue C M Y K H S L
Decimal 220 97 16 0 0.56 0.93 0.14 23.82 0.86 0.46
Hex DC 61 10 0 38 5D E 18 56 2E
Octal 334 141 20 0 70 135 16 30 126 56
Binary 11011100 1100001 10000 0 111000 1011101 1110 11000 1010110 101110

Color Harmonies of #DC6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6110

Black with #DC6110

Text Example


Text Example

White with #DC6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6110; }

 p { color: rgb(220,97,16); }

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

background-color css

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

 a { background-color: rgb(220,97,16); }

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

border-color css

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

 span { border-color: rgb(220,97,16); }

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