Html Css Color HEX #DE6C18 Chocolate

📋 copy color: '#DE6C18'

red 222 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #DE6C18

Tints of Chocolate #DE6C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 62.71%
G = 30.51%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE6C18 (or 0xDE6C18) is known color: Chocolate. HEX triplet: DE, 6C and 18. RGB value is (222,108,24). Sum of RGB (Red+Green+Blue) = 222+108+24=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6C18 is #2193E7. Grayscale: #848484. Windows color (decimal): -2200552 or 1600734. OLE color: 1600734.

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

Color convert

RGB 222 108 24 -
CMYK 0 0.51 0.89 0.13
HSL 25.45º 0.8% 0.48% -
HSV(B) 25.45º 0.89% 0.87% -
XYZ 35.65 26.32 4.07 -
YUV 132.51 66.77 191.83 -
System Red Green Blue C M Y K H S L
Decimal 222 108 24 0 0.51 0.89 0.13 25.45 0.8 0.48
Hex DE 6C 18 0 33 59 D 19 50 30
Octal 336 154 30 0 63 131 15 31 120 60
Binary 11011110 1101100 11000 0 110011 1011001 1101 11001 1010000 110000

Color Harmonies of #DE6C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C18

Black with #DE6C18

Text Example


Text Example

White with #DE6C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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