Html Css Color HEX #DC6214 Chocolate

📋 copy color: '#DC6214'

red 220 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #DC6214

Tints of Chocolate #DC6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 65.09%
G = 28.99%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6214 (or 0xDC6214) is known color: Chocolate. HEX triplet: DC, 62 and 14. RGB value is (220,98,20). Sum of RGB (Red+Green+Blue) = 220+98+20=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6214 is #239DEB. Grayscale: #7E7E7E. Windows color (decimal): -2334188 or 1336028. OLE color: 1336028.

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

Color convert

RGB 220 98 20 -
CMYK 0 0.55 0.91 0.14
HSL 23.4º 0.83% 0.47% -
HSV(B) 23.4º 0.91% 0.86% -
XYZ 34.01 24 3.5 -
YUV 125.59 68.42 195.34 -
System Red Green Blue C M Y K H S L
Decimal 220 98 20 0 0.55 0.91 0.14 23.4 0.83 0.47
Hex DC 62 14 0 37 5B E 17 53 2F
Octal 334 142 24 0 67 133 16 27 123 57
Binary 11011100 1100010 10100 0 110111 1011011 1110 10111 1010011 101111

Color Harmonies of #DC6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6214

Black with #DC6214

Text Example


Text Example

White with #DC6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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