Html Css Color HEX #DC6412 Chocolate

📋 copy color: '#DC6412'

red 220 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #DC6412

Tints of Chocolate #DC6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 65.09%
G = 29.59%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC6412 (or 0xDC6412) is known color: Chocolate. HEX triplet: DC, 64 and 12. RGB value is (220,100,18). Sum of RGB (Red+Green+Blue) = 220+100+18=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6412 is #239BED. Grayscale: #7E7E7E. Windows color (decimal): -2333678 or 1205468. OLE color: 1205468.

HSL color Cylindrical-coordinate representation of color #DC6412: hue angle of 24.36º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6412 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 18 -
CMYK 0 0.55 0.92 0.14
HSL 24.36º 0.85% 0.47% -
HSV(B) 24.36º 0.92% 0.86% -
XYZ 34.18 24.37 3.48 -
YUV 126.53 66.76 194.67 -
System Red Green Blue C M Y K H S L
Decimal 220 100 18 0 0.55 0.92 0.14 24.36 0.85 0.47
Hex DC 64 12 0 37 5C E 18 55 2F
Octal 334 144 22 0 67 134 16 30 125 57
Binary 11011100 1100100 10010 0 110111 1011100 1110 11000 1010101 101111

Color Harmonies of #DC6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6412

Black with #DC6412

Text Example


Text Example

White with #DC6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6412; }

 p { color: rgb(220,100,18); }

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

background-color css

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

 a { background-color: rgb(220,100,18); }

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

border-color css

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

 span { border-color: rgb(220,100,18); }

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