Html Css Color HEX #DC6211 Chocolate

📋 copy color: '#DC6211'

red 220 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #DC6211

Tints of Chocolate #DC6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 65.67%
G = 29.25%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC6211 (or 0xDC6211) is known color: Chocolate. HEX triplet: DC, 62 and 11. RGB value is (220,98,17). Sum of RGB (Red+Green+Blue) = 220+98+17=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6211 is #239DEE. Grayscale: #7D7D7D. Windows color (decimal): -2334191 or 1139420. OLE color: 1139420.

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

Color convert

RGB 220 98 17 -
CMYK 0 0.55 0.92 0.14
HSL 23.94º 0.86% 0.46% -
HSV(B) 23.94º 0.92% 0.86% -
XYZ 33.98 23.99 3.37 -
YUV 125.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 220 98 17 0 0.55 0.92 0.14 23.94 0.86 0.46
Hex DC 62 11 0 37 5C E 18 56 2E
Octal 334 142 21 0 67 134 16 30 126 56
Binary 11011100 1100010 10001 0 110111 1011100 1110 11000 1010110 101110

Color Harmonies of #DC6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6211

Black with #DC6211

Text Example


Text Example

White with #DC6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6211; }

 p { color: rgb(220,98,17); }

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

background-color css

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

 a { background-color: rgb(220,98,17); }

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

border-color css

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

 span { border-color: rgb(220,98,17); }

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