Html Css Color HEX #DC600D Chocolate

📋 copy color: '#DC600D'

red 220 ◦ green 96 ◦ blue 13

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

Shades of Chocolate #DC600D

Tints of Chocolate #DC600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 66.87%
G = 29.18%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC600D (or 0xDC600D) is known color: Chocolate. HEX triplet: DC, 60 and 0D. RGB value is (220,96,13). Sum of RGB (Red+Green+Blue) = 220+96+13=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600D is #239FF2. Grayscale: #7C7C7C. Windows color (decimal): -2334707 or 876764. OLE color: 876764.

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

Color convert

RGB 220 96 13 -
CMYK 0 0.56 0.94 0.14
HSL 24.06º 0.89% 0.46% -
HSV(B) 24.06º 0.94% 0.86% -
XYZ 33.77 23.61 3.16 -
YUV 123.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 220 96 13 0 0.56 0.94 0.14 24.06 0.89 0.46
Hex DC 60 D 0 38 5E E 18 59 2E
Octal 334 140 15 0 70 136 16 30 131 56
Binary 11011100 1100000 1101 0 111000 1011110 1110 11000 1011001 101110

Color Harmonies of #DC600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC600D

Black with #DC600D

Text Example


Text Example

White with #DC600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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