Html Css Color HEX #DC6511 Chocolate

📋 copy color: '#DC6511'

red 220 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #DC6511

Tints of Chocolate #DC6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 65.09%
G = 29.88%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC6511 (or 0xDC6511) is known color: Chocolate. HEX triplet: DC, 65 and 11. RGB value is (220,101,17). Sum of RGB (Red+Green+Blue) = 220+101+17=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6511 is #239AEE. Grayscale: #7F7F7F. Windows color (decimal): -2333423 or 1140188. OLE color: 1140188.

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

Color convert

RGB 220 101 17 -
CMYK 0 0.54 0.92 0.14
HSL 24.83º 0.86% 0.46% -
HSV(B) 24.83º 0.92% 0.86% -
XYZ 34.27 24.56 3.47 -
YUV 127.01 65.92 194.33 -
System Red Green Blue C M Y K H S L
Decimal 220 101 17 0 0.54 0.92 0.14 24.83 0.86 0.46
Hex DC 65 11 0 36 5C E 19 56 2E
Octal 334 145 21 0 66 134 16 31 126 56
Binary 11011100 1100101 10001 0 110110 1011100 1110 11001 1010110 101110

Color Harmonies of #DC6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6511

Black with #DC6511

Text Example


Text Example

White with #DC6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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