Html Css Color HEX #DC6618 Chocolate

📋 copy color: '#DC6618'

red 220 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #DC6618

Tints of Chocolate #DC6618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 63.58%
G = 29.48%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC6618 (or 0xDC6618) is known color: Chocolate. HEX triplet: DC, 66 and 18. RGB value is (220,102,24). Sum of RGB (Red+Green+Blue) = 220+102+24=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6618 is #2399E7. Grayscale: #808080. Windows color (decimal): -2333160 or 1599196. OLE color: 1599196.

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

Color convert

RGB 220 102 24 -
CMYK 0 0.54 0.89 0.14
HSL 23.88º 0.8% 0.48% -
HSV(B) 23.88º 0.89% 0.86% -
XYZ 34.43 24.78 3.83 -
YUV 128.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 220 102 24 0 0.54 0.89 0.14 23.88 0.8 0.48
Hex DC 66 18 0 36 59 E 18 50 30
Octal 334 146 30 0 66 131 16 30 120 60
Binary 11011100 1100110 11000 0 110110 1011001 1110 11000 1010000 110000

Color Harmonies of #DC6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6618

Black with #DC6618

Text Example


Text Example

White with #DC6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6618; }

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

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

background-color css

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

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

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

border-color css

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

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

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