Html Css Color HEX #DC6A13 Chocolate

📋 copy color: '#DC6A13'

red 220 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #DC6A13

Tints of Chocolate #DC6A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 63.77%
G = 30.72%
B = 5.51%

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

#DC6A13 (or 0xDC6A13) is known color: Chocolate. HEX triplet: DC, 6A and 13. RGB value is (220,106,19). Sum of RGB (Red+Green+Blue) = 220+106+19=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A13 is #2395EC. Grayscale: #828282. Windows color (decimal): -2332141 or 1272540. OLE color: 1272540.

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

Color convert

RGB 220 106 19 -
CMYK 0 0.52 0.91 0.14
HSL 25.97º 0.84% 0.47% -
HSV(B) 25.97º 0.91% 0.86% -
XYZ 34.79 25.57 3.72 -
YUV 130.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 220 106 19 0 0.52 0.91 0.14 25.97 0.84 0.47
Hex DC 6A 13 0 34 5B E 1A 54 2F
Octal 334 152 23 0 64 133 16 32 124 57
Binary 11011100 1101010 10011 0 110100 1011011 1110 11010 1010100 101111

Color Harmonies of #DC6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A13

Black with #DC6A13

Text Example


Text Example

White with #DC6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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