Html Css Color HEX #DC6815 Chocolate

📋 copy color: '#DC6815'

red 220 ◦ green 104 ◦ blue 21

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

Shades of Chocolate #DC6815

Tints of Chocolate #DC6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 63.77%
G = 30.14%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6815 (or 0xDC6815) is known color: Chocolate. HEX triplet: DC, 68 and 15. RGB value is (220,104,21). Sum of RGB (Red+Green+Blue) = 220+104+21=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6815 is #2397EA. Grayscale: #818181. Windows color (decimal): -2332651 or 1403100. OLE color: 1403100.

HSL color Cylindrical-coordinate representation of color #DC6815: hue angle of 25.03º degrees, saturation: 0.83, 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 #DC6815 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 21 -
CMYK 0 0.53 0.90 0.14
HSL 25.03º 0.83% 0.47% -
HSV(B) 25.03º 0.9% 0.86% -
XYZ 34.6 25.17 3.74 -
YUV 129.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 220 104 21 0 0.53 0.90 0.14 25.03 0.83 0.47
Hex DC 68 15 0 35 5A E 19 53 2F
Octal 334 150 25 0 65 132 16 31 123 57
Binary 11011100 1101000 10101 0 110101 1011010 1110 11001 1010011 101111

Color Harmonies of #DC6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6815

Black with #DC6815

Text Example


Text Example

White with #DC6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6815; }

 p { color: rgb(220,104,21); }

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

background-color css

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

 a { background-color: rgb(220,104,21); }

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

border-color css

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

 span { border-color: rgb(220,104,21); }

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