Html Css Color HEX #DC6213 Chocolate

📋 copy color: '#DC6213'

red 220 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #DC6213

Tints of Chocolate #DC6213

RGB

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

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

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

R = 65.28%
G = 29.08%
B = 5.64%

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

#DC6213 (or 0xDC6213) is known color: Chocolate. HEX triplet: DC, 62 and 13. RGB value is (220,98,19). Sum of RGB (Red+Green+Blue) = 220+98+19=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6213 is #239DEC. Grayscale: #7D7D7D. Windows color (decimal): -2334189 or 1270492. OLE color: 1270492.

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

Color convert

RGB 220 98 19 -
CMYK 0 0.55 0.91 0.14
HSL 23.58º 0.84% 0.47% -
HSV(B) 23.58º 0.91% 0.86% -
XYZ 34 24 3.46 -
YUV 125.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 220 98 19 0 0.55 0.91 0.14 23.58 0.84 0.47
Hex DC 62 13 0 37 5B E 18 54 2F
Octal 334 142 23 0 67 133 16 30 124 57
Binary 11011100 1100010 10011 0 110111 1011011 1110 11000 1010100 101111

Color Harmonies of #DC6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6213

Black with #DC6213

Text Example


Text Example

White with #DC6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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