Html Css Color HEX #DE6115 Chocolate

📋 copy color: '#DE6115'

red 222 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #DE6115

Tints of Chocolate #DE6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 65.29%
G = 28.53%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE6115 (or 0xDE6115) is known color: Chocolate. HEX triplet: DE, 61 and 15. RGB value is (222,97,21). Sum of RGB (Red+Green+Blue) = 222+97+21=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6115 is #219EEA. Grayscale: #7E7E7E. Windows color (decimal): -2203371 or 1401310. OLE color: 1401310.

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

Color convert

RGB 222 97 21 -
CMYK 0 0.56 0.91 0.13
HSL 22.69º 0.83% 0.48% -
HSV(B) 22.69º 0.91% 0.87% -
XYZ 34.53 24.13 3.55 -
YUV 125.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 222 97 21 0 0.56 0.91 0.13 22.69 0.83 0.48
Hex DE 61 15 0 38 5B D 17 53 30
Octal 336 141 25 0 70 133 15 27 123 60
Binary 11011110 1100001 10101 0 111000 1011011 1101 10111 1010011 110000

Color Harmonies of #DE6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6115

Black with #DE6115

Text Example


Text Example

White with #DE6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6115; }

 p { color: rgb(222,97,21); }

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

background-color css

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

 a { background-color: rgb(222,97,21); }

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

border-color css

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

 span { border-color: rgb(222,97,21); }

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