Html Css Color HEX #DC6817 Chocolate

📋 copy color: '#DC6817'

red 220 ◦ green 104 ◦ blue 23

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

Shades of Chocolate #DC6817

Tints of Chocolate #DC6817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 63.4%
G = 29.97%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6817 (or 0xDC6817) is known color: Chocolate. HEX triplet: DC, 68 and 17. RGB value is (220,104,23). Sum of RGB (Red+Green+Blue) = 220+104+23=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6817 is #2397E8. Grayscale: #818181. Windows color (decimal): -2332649 or 1534172. OLE color: 1534172.

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

Color convert

RGB 220 104 23 -
CMYK 0 0.53 0.90 0.14
HSL 24.67º 0.81% 0.48% -
HSV(B) 24.67º 0.9% 0.86% -
XYZ 34.62 25.18 3.85 -
YUV 129.45 67.93 192.59 -
System Red Green Blue C M Y K H S L
Decimal 220 104 23 0 0.53 0.90 0.14 24.67 0.81 0.48
Hex DC 68 17 0 35 5A E 19 51 30
Octal 334 150 27 0 65 132 16 31 121 60
Binary 11011100 1101000 10111 0 110101 1011010 1110 11001 1010001 110000

Color Harmonies of #DC6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6817

Black with #DC6817

Text Example


Text Example

White with #DC6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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