Html Css Color HEX #DE5C1E Chocolate

📋 copy color: '#DE5C1E'

red 222 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #DE5C1E

Tints of Chocolate #DE5C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 64.53%
G = 26.74%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE5C1E (or 0xDE5C1E) is known color: Chocolate. HEX triplet: DE, 5C and 1E. RGB value is (222,92,30). Sum of RGB (Red+Green+Blue) = 222+92+30=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C1E is #21A3E1. Grayscale: #7C7C7C. Windows color (decimal): -2204642 or 1989854. OLE color: 1989854.

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

Color convert

RGB 222 92 30 -
CMYK 0 0.59 0.86 0.13
HSL 19.38º 0.76% 0.49% -
HSV(B) 19.38º 0.86% 0.87% -
XYZ 34.19 23.28 3.92 -
YUV 123.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 222 92 30 0 0.59 0.86 0.13 19.38 0.76 0.49
Hex DE 5C 1E 0 3B 56 D 13 4C 31
Octal 336 134 36 0 73 126 15 23 114 61
Binary 11011110 1011100 11110 0 111011 1010110 1101 10011 1001100 110001

Color Harmonies of #DE5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C1E

Black with #DE5C1E

Text Example


Text Example

White with #DE5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C1E; }

 p { color: rgb(222,92,30); }

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

background-color css

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

 a { background-color: rgb(222,92,30); }

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

border-color css

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

 span { border-color: rgb(222,92,30); }

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