Html Css Color HEX #DC6F14 Chocolate

📋 copy color: '#DC6F14'

red 220 ◦ green 111 ◦ blue 20

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

Shades of Chocolate #DC6F14

Tints of Chocolate #DC6F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 62.68%
G = 31.62%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6F14 (or 0xDC6F14) is known color: Chocolate. HEX triplet: DC, 6F and 14. RGB value is (220,111,20). Sum of RGB (Red+Green+Blue) = 220+111+20=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F14 is #2390EB. Grayscale: #858585. Windows color (decimal): -2330860 or 1339356. OLE color: 1339356.

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

Color convert

RGB 220 111 20 -
CMYK 0 0.50 0.91 0.14
HSL 27.3º 0.83% 0.47% -
HSV(B) 27.3º 0.91% 0.86% -
XYZ 35.33 26.64 3.94 -
YUV 133.22 64.11 189.9 -
System Red Green Blue C M Y K H S L
Decimal 220 111 20 0 0.50 0.91 0.14 27.3 0.83 0.47
Hex DC 6F 14 0 32 5B E 1B 53 2F
Octal 334 157 24 0 62 133 16 33 123 57
Binary 11011100 1101111 10100 0 110010 1011011 1110 11011 1010011 101111

Color Harmonies of #DC6F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F14

Black with #DC6F14

Text Example


Text Example

White with #DC6F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F14; }

 p { color: rgb(220,111,20); }

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

background-color css

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

 a { background-color: rgb(220,111,20); }

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

border-color css

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

 span { border-color: rgb(220,111,20); }

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