Html Css Color HEX #DC6115 Chocolate

📋 copy color: '#DC6115'

red 220 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #DC6115

Tints of Chocolate #DC6115

RGB

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

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

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

R = 65.09%
G = 28.7%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6115 (or 0xDC6115) is known color: Chocolate. HEX triplet: DC, 61 and 15. RGB value is (220,97,21). Sum of RGB (Red+Green+Blue) = 220+97+21=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6115 is #239EEA. Grayscale: #7D7D7D. Windows color (decimal): -2334443 or 1401308. OLE color: 1401308.

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

Color convert

RGB 220 97 21 -
CMYK 0 0.56 0.90 0.14
HSL 22.91º 0.83% 0.47% -
HSV(B) 22.91º 0.9% 0.86% -
XYZ 33.93 23.82 3.52 -
YUV 125.11 69.25 195.68 -
System Red Green Blue C M Y K H S L
Decimal 220 97 21 0 0.56 0.90 0.14 22.91 0.83 0.47
Hex DC 61 15 0 38 5A E 17 53 2F
Octal 334 141 25 0 70 132 16 27 123 57
Binary 11011100 1100001 10101 0 111000 1011010 1110 10111 1010011 101111

Color Harmonies of #DC6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6115

Black with #DC6115

Text Example


Text Example

White with #DC6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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