Html Css Color HEX #DC6224 Chocolate

📋 copy color: '#DC6224'

red 220 ◦ green 98 ◦ blue 36

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

Shades of Chocolate #DC6224

Tints of Chocolate #DC6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 62.15%
G = 27.68%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC6224 (or 0xDC6224) is known color: Chocolate. HEX triplet: DC, 62 and 24. RGB value is (220,98,36). Sum of RGB (Red+Green+Blue) = 220+98+36=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6224 is #239DDB. Grayscale: #7F7F7F. Windows color (decimal): -2334172 or 2384604. OLE color: 2384604.

HSL color Cylindrical-coordinate representation of color #DC6224: hue angle of 20.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC6224 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 36 -
CMYK 0 0.55 0.84 0.14
HSL 20.22º 0.72% 0.5% -
HSV(B) 20.22º 0.84% 0.86% -
XYZ 34.2 24.08 4.51 -
YUV 127.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 220 98 36 0 0.55 0.84 0.14 20.22 0.72 0.5
Hex DC 62 24 0 37 54 E 14 48 32
Octal 334 142 44 0 67 124 16 24 110 62
Binary 11011100 1100010 100100 0 110111 1010100 1110 10100 1001000 110010

Color Harmonies of #DC6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6224

Black with #DC6224

Text Example


Text Example

White with #DC6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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