Html Css Color HEX #DC660E Chocolate

📋 copy color: '#DC660E'

red 220 ◦ green 102 ◦ blue 14

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

Shades of Chocolate #DC660E

Tints of Chocolate #DC660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 65.48%
G = 30.36%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC660E (or 0xDC660E) is known color: Chocolate. HEX triplet: DC, 66 and 0E. RGB value is (220,102,14). Sum of RGB (Red+Green+Blue) = 220+102+14=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660E is #2399F1. Grayscale: #7F7F7F. Windows color (decimal): -2333170 or 943836. OLE color: 943836.

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

Color convert

RGB 220 102 14 -
CMYK 0 0.54 0.94 0.14
HSL 25.63º 0.88% 0.46% -
HSV(B) 25.63º 0.94% 0.86% -
XYZ 34.35 24.75 3.38 -
YUV 127.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 220 102 14 0 0.54 0.94 0.14 25.63 0.88 0.46
Hex DC 66 E 0 36 5E E 1A 58 2E
Octal 334 146 16 0 66 136 16 32 130 56
Binary 11011100 1100110 1110 0 110110 1011110 1110 11010 1011000 101110

Color Harmonies of #DC660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC660E

Black with #DC660E

Text Example


Text Example

White with #DC660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC660E; }

 p { color: rgb(220,102,14); }

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

background-color css

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

 a { background-color: rgb(220,102,14); }

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

border-color css

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

 span { border-color: rgb(220,102,14); }

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