Html Css Color HEX #DE5E1C Chocolate

📋 copy color: '#DE5E1C'

red 222 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #DE5E1C

Tints of Chocolate #DE5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 64.53%
G = 27.33%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE5E1C (or 0xDE5E1C) is known color: Chocolate. HEX triplet: DE, 5E and 1C. RGB value is (222,94,28). Sum of RGB (Red+Green+Blue) = 222+94+28=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E1C is #21A1E3. Grayscale: #7D7D7D. Windows color (decimal): -2204132 or 1859294. OLE color: 1859294.

HSL color Cylindrical-coordinate representation of color #DE5E1C: hue angle of 20.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE5E1C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 28 -
CMYK 0 0.58 0.87 0.13
HSL 20.41º 0.78% 0.49% -
HSV(B) 20.41º 0.87% 0.87% -
XYZ 34.34 23.62 3.85 -
YUV 124.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 222 94 28 0 0.58 0.87 0.13 20.41 0.78 0.49
Hex DE 5E 1C 0 3A 57 D 14 4E 31
Octal 336 136 34 0 72 127 15 24 116 61
Binary 11011110 1011110 11100 0 111010 1010111 1101 10100 1001110 110001

Color Harmonies of #DE5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E1C

Black with #DE5E1C

Text Example


Text Example

White with #DE5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E1C; }

 p { color: rgb(222,94,28); }

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

background-color css

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

 a { background-color: rgb(222,94,28); }

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

border-color css

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

 span { border-color: rgb(222,94,28); }

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