Html Css Color HEX #DE6015 Chocolate

📋 copy color: '#DE6015'

red 222 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #DE6015

Tints of Chocolate #DE6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 65.49%
G = 28.32%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE6015 (or 0xDE6015) is known color: Chocolate. HEX triplet: DE, 60 and 15. RGB value is (222,96,21). Sum of RGB (Red+Green+Blue) = 222+96+21=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6015 is #219FEA. Grayscale: #7D7D7D. Windows color (decimal): -2203627 or 1401054. OLE color: 1401054.

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

Color convert

RGB 222 96 21 -
CMYK 0 0.57 0.91 0.13
HSL 22.39º 0.83% 0.48% -
HSV(B) 22.39º 0.91% 0.87% -
XYZ 34.44 23.95 3.52 -
YUV 125.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 222 96 21 0 0.57 0.91 0.13 22.39 0.83 0.48
Hex DE 60 15 0 39 5B D 16 53 30
Octal 336 140 25 0 71 133 15 26 123 60
Binary 11011110 1100000 10101 0 111001 1011011 1101 10110 1010011 110000

Color Harmonies of #DE6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6015

Black with #DE6015

Text Example


Text Example

White with #DE6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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