Html Css Color HEX #DC6313 Chocolate

📋 copy color: '#DC6313'

red 220 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #DC6313

Tints of Chocolate #DC6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 65.09%
G = 29.29%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6313 (or 0xDC6313) is known color: Chocolate. HEX triplet: DC, 63 and 13. RGB value is (220,99,19). Sum of RGB (Red+Green+Blue) = 220+99+19=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6313 is #239CEC. Grayscale: #7E7E7E. Windows color (decimal): -2333933 or 1270748. OLE color: 1270748.

HSL color Cylindrical-coordinate representation of color #DC6313: hue angle of 23.88º degrees, saturation: 0.84, 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 #DC6313 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 19 -
CMYK 0 0.55 0.91 0.14
HSL 23.88º 0.84% 0.47% -
HSV(B) 23.88º 0.91% 0.86% -
XYZ 34.09 24.19 3.49 -
YUV 126.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 220 99 19 0 0.55 0.91 0.14 23.88 0.84 0.47
Hex DC 63 13 0 37 5B E 18 54 2F
Octal 334 143 23 0 67 133 16 30 124 57
Binary 11011100 1100011 10011 0 110111 1011011 1110 11000 1010100 101111

Color Harmonies of #DC6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6313

Black with #DC6313

Text Example


Text Example

White with #DC6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6313; }

 p { color: rgb(220,99,19); }

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

background-color css

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

 a { background-color: rgb(220,99,19); }

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

border-color css

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

 span { border-color: rgb(220,99,19); }

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