Html Css Color HEX #DC6913 Chocolate

📋 copy color: '#DC6913'

red 220 ◦ green 105 ◦ blue 19

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

Shades of Chocolate #DC6913

Tints of Chocolate #DC6913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 63.95%
G = 30.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6913 (or 0xDC6913) is known color: Chocolate. HEX triplet: DC, 69 and 13. RGB value is (220,105,19). Sum of RGB (Red+Green+Blue) = 220+105+19=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6913 is #2396EC. Grayscale: #828282. Windows color (decimal): -2332397 or 1272284. OLE color: 1272284.

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

Color convert

RGB 220 105 19 -
CMYK 0 0.52 0.91 0.14
HSL 25.67º 0.84% 0.47% -
HSV(B) 25.67º 0.91% 0.86% -
XYZ 34.68 25.37 3.68 -
YUV 129.58 65.6 192.49 -
System Red Green Blue C M Y K H S L
Decimal 220 105 19 0 0.52 0.91 0.14 25.67 0.84 0.47
Hex DC 69 13 0 34 5B E 1A 54 2F
Octal 334 151 23 0 64 133 16 32 124 57
Binary 11011100 1101001 10011 0 110100 1011011 1110 11010 1010100 101111

Color Harmonies of #DC6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6913

Black with #DC6913

Text Example


Text Example

White with #DC6913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6913; }

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

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

background-color css

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

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

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

border-color css

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

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

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