Html Css Color HEX #DC6718 Chocolate

📋 copy color: '#DC6718'

red 220 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #DC6718

Tints of Chocolate #DC6718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 63.4%
G = 29.68%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC6718 (or 0xDC6718) is known color: Chocolate. HEX triplet: DC, 67 and 18. RGB value is (220,103,24). Sum of RGB (Red+Green+Blue) = 220+103+24=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6718 is #2398E7. Grayscale: #818181. Windows color (decimal): -2332904 or 1599452. OLE color: 1599452.

HSL color Cylindrical-coordinate representation of color #DC6718: hue angle of 24.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC6718 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 24 -
CMYK 0 0.53 0.89 0.14
HSL 24.18º 0.8% 0.48% -
HSV(B) 24.18º 0.89% 0.86% -
XYZ 34.53 24.98 3.87 -
YUV 128.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 220 103 24 0 0.53 0.89 0.14 24.18 0.8 0.48
Hex DC 67 18 0 35 59 E 18 50 30
Octal 334 147 30 0 65 131 16 30 120 60
Binary 11011100 1100111 11000 0 110101 1011001 1110 11000 1010000 110000

Color Harmonies of #DC6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6718

Black with #DC6718

Text Example


Text Example

White with #DC6718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6718; }

 p { color: rgb(220,103,24); }

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

background-color css

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

 a { background-color: rgb(220,103,24); }

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

border-color css

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

 span { border-color: rgb(220,103,24); }

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