Html Css Color HEX #DE5B15 Chocolate

📋 copy color: '#DE5B15'

red 222 ◦ green 91 ◦ blue 21

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

Shades of Chocolate #DE5B15

Tints of Chocolate #DE5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 66.47%
G = 27.25%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE5B15 (or 0xDE5B15) is known color: Chocolate. HEX triplet: DE, 5B and 15. RGB value is (222,91,21). Sum of RGB (Red+Green+Blue) = 222+91+21=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5B15 is #21A4EA. Grayscale: #7A7A7A. Windows color (decimal): -2204907 or 1399774. OLE color: 1399774.

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

Color convert

RGB 222 91 21 -
CMYK 0 0.59 0.91 0.13
HSL 20.9º 0.83% 0.48% -
HSV(B) 20.9º 0.91% 0.87% -
XYZ 34 23.07 3.37 -
YUV 122.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 222 91 21 0 0.59 0.91 0.13 20.9 0.83 0.48
Hex DE 5B 15 0 3B 5B D 15 53 30
Octal 336 133 25 0 73 133 15 25 123 60
Binary 11011110 1011011 10101 0 111011 1011011 1101 10101 1010011 110000

Color Harmonies of #DE5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B15

Black with #DE5B15

Text Example


Text Example

White with #DE5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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