Html Css Color HEX #DC6613 Chocolate

📋 copy color: '#DC6613'

red 220 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #DC6613

Tints of Chocolate #DC6613

RGB

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

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

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

R = 64.52%
G = 29.91%
B = 5.57%

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

#DC6613 (or 0xDC6613) is known color: Chocolate. HEX triplet: DC, 66 and 13. RGB value is (220,102,19). Sum of RGB (Red+Green+Blue) = 220+102+19=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6613 is #2399EC. Grayscale: #808080. Windows color (decimal): -2333165 or 1271516. OLE color: 1271516.

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

Color convert

RGB 220 102 19 -
CMYK 0 0.54 0.91 0.14
HSL 24.78º 0.84% 0.47% -
HSV(B) 24.78º 0.91% 0.86% -
XYZ 34.38 24.77 3.58 -
YUV 127.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 220 102 19 0 0.54 0.91 0.14 24.78 0.84 0.47
Hex DC 66 13 0 36 5B E 19 54 2F
Octal 334 146 23 0 66 133 16 31 124 57
Binary 11011100 1100110 10011 0 110110 1011011 1110 11001 1010100 101111

Color Harmonies of #DC6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6613

Black with #DC6613

Text Example


Text Example

White with #DC6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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