Html Css Color HEX #DC6513 Chocolate

📋 copy color: '#DC6513'

red 220 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #DC6513

Tints of Chocolate #DC6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 64.71%
G = 29.71%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6513 (or 0xDC6513) is known color: Chocolate. HEX triplet: DC, 65 and 13. RGB value is (220,101,19). Sum of RGB (Red+Green+Blue) = 220+101+19=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6513 is #239AEC. Grayscale: #7F7F7F. Windows color (decimal): -2333421 or 1271260. OLE color: 1271260.

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

Color convert

RGB 220 101 19 -
CMYK 0 0.54 0.91 0.14
HSL 24.48º 0.84% 0.47% -
HSV(B) 24.48º 0.91% 0.86% -
XYZ 34.29 24.57 3.55 -
YUV 127.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 220 101 19 0 0.54 0.91 0.14 24.48 0.84 0.47
Hex DC 65 13 0 36 5B E 18 54 2F
Octal 334 145 23 0 66 133 16 30 124 57
Binary 11011100 1100101 10011 0 110110 1011011 1110 11000 1010100 101111

Color Harmonies of #DC6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6513

Black with #DC6513

Text Example


Text Example

White with #DC6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6513; }

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

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

background-color css

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

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

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

border-color css

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

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

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