Html Css Color HEX #DC660D Chocolate

📋 copy color: '#DC660D'

red 220 ◦ green 102 ◦ blue 13

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

Shades of Chocolate #DC660D

Tints of Chocolate #DC660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 65.67%
G = 30.45%
B = 3.88%

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

#DC660D (or 0xDC660D) is known color: Chocolate. HEX triplet: DC, 66 and 0D. RGB value is (220,102,13). Sum of RGB (Red+Green+Blue) = 220+102+13=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660D is #2399F2. Grayscale: #7F7F7F. Windows color (decimal): -2333171 or 878300. OLE color: 878300.

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

Color convert

RGB 220 102 13 -
CMYK 0 0.54 0.94 0.14
HSL 25.8º 0.89% 0.46% -
HSV(B) 25.8º 0.94% 0.86% -
XYZ 34.34 24.75 3.35 -
YUV 127.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 220 102 13 0 0.54 0.94 0.14 25.8 0.89 0.46
Hex DC 66 D 0 36 5E E 1A 59 2E
Octal 334 146 15 0 66 136 16 32 131 56
Binary 11011100 1100110 1101 0 110110 1011110 1110 11010 1011001 101110

Color Harmonies of #DC660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC660D

Black with #DC660D

Text Example


Text Example

White with #DC660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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