Html Css Color HEX #DC6217 Chocolate

📋 copy color: '#DC6217'

red 220 ◦ green 98 ◦ blue 23

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

Shades of Chocolate #DC6217

Tints of Chocolate #DC6217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 64.52%
G = 28.74%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6217 (or 0xDC6217) is known color: Chocolate. HEX triplet: DC, 62 and 17. RGB value is (220,98,23). Sum of RGB (Red+Green+Blue) = 220+98+23=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6217 is #239DE8. Grayscale: #7E7E7E. Windows color (decimal): -2334185 or 1532636. OLE color: 1532636.

HSL color Cylindrical-coordinate representation of color #DC6217: hue angle of 22.84º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6217 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 23 -
CMYK 0 0.55 0.90 0.14
HSL 22.84º 0.81% 0.48% -
HSV(B) 22.84º 0.9% 0.86% -
XYZ 34.04 24.01 3.65 -
YUV 125.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 220 98 23 0 0.55 0.90 0.14 22.84 0.81 0.48
Hex DC 62 17 0 37 5A E 17 51 30
Octal 334 142 27 0 67 132 16 27 121 60
Binary 11011100 1100010 10111 0 110111 1011010 1110 10111 1010001 110000

Color Harmonies of #DC6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6217

Black with #DC6217

Text Example


Text Example

White with #DC6217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6217; }

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

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

background-color css

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

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

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

border-color css

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

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

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