Html Css Color HEX #DE5218 Chocolate

📋 copy color: '#DE5218'

red 222 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #DE5218

Tints of Chocolate #DE5218

RGB

 RED value IS 222 (87.11% from 255) = 67.68%

 GREEN value IS 82 (32.42% from 255) = 25%

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

R = 67.68%
G = 25%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE5218 (or 0xDE5218) is known color: Chocolate. HEX triplet: DE, 52 and 18. RGB value is (222,82,24). Sum of RGB (Red+Green+Blue) = 222+82+24=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5218 is #21ADE7. Grayscale: #757575. Windows color (decimal): -2207208 or 1594078. OLE color: 1594078.

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

Color convert

RGB 222 82 24 -
CMYK 0 0.63 0.89 0.13
HSL 17.58º 0.8% 0.48% -
HSV(B) 17.58º 0.89% 0.87% -
XYZ 33.31 21.63 3.28 -
YUV 117.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 222 82 24 0 0.63 0.89 0.13 17.58 0.8 0.48
Hex DE 52 18 0 3F 59 D 12 50 30
Octal 336 122 30 0 77 131 15 22 120 60
Binary 11011110 1010010 11000 0 111111 1011001 1101 10010 1010000 110000

Color Harmonies of #DE5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5218

Black with #DE5218

Text Example


Text Example

White with #DE5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5218; }

 p { color: rgb(222,82,24); }

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

background-color css

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

 a { background-color: rgb(222,82,24); }

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

border-color css

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

 span { border-color: rgb(222,82,24); }

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