Html Css Color HEX #DC6114 Chocolate

📋 copy color: '#DC6114'

red 220 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #DC6114

Tints of Chocolate #DC6114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 65.28%
G = 28.78%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6114 (or 0xDC6114) is known color: Chocolate. HEX triplet: DC, 61 and 14. RGB value is (220,97,20). Sum of RGB (Red+Green+Blue) = 220+97+20=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6114 is #239EEB. Grayscale: #7D7D7D. Windows color (decimal): -2334444 or 1335772. OLE color: 1335772.

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

Color convert

RGB 220 97 20 -
CMYK 0 0.56 0.91 0.14
HSL 23.1º 0.83% 0.47% -
HSV(B) 23.1º 0.91% 0.86% -
XYZ 33.92 23.82 3.47 -
YUV 125 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 220 97 20 0 0.56 0.91 0.14 23.1 0.83 0.47
Hex DC 61 14 0 38 5B E 17 53 2F
Octal 334 141 24 0 70 133 16 27 123 57
Binary 11011100 1100001 10100 0 111000 1011011 1110 10111 1010011 101111

Color Harmonies of #DC6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6114

Black with #DC6114

Text Example


Text Example

White with #DC6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6114; }

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

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

background-color css

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

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

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

border-color css

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

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

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