Html Css Color HEX #DE5B1A Chocolate

📋 copy color: '#DE5B1A'

red 222 ◦ green 91 ◦ blue 26

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

Shades of Chocolate #DE5B1A

Tints of Chocolate #DE5B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 65.49%
G = 26.84%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE5B1A (or 0xDE5B1A) is known color: Chocolate. HEX triplet: DE, 5B and 1A. RGB value is (222,91,26). Sum of RGB (Red+Green+Blue) = 222+91+26=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B1A is #21A4E5. Grayscale: #7B7B7B. Windows color (decimal): -2204902 or 1727454. OLE color: 1727454.

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

Color convert

RGB 222 91 26 -
CMYK 0 0.59 0.88 0.13
HSL 19.9º 0.79% 0.49% -
HSV(B) 19.9º 0.88% 0.87% -
XYZ 34.05 23.09 3.64 -
YUV 122.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 222 91 26 0 0.59 0.88 0.13 19.9 0.79 0.49
Hex DE 5B 1A 0 3B 58 D 14 4F 31
Octal 336 133 32 0 73 130 15 24 117 61
Binary 11011110 1011011 11010 0 111011 1011000 1101 10100 1001111 110001

Color Harmonies of #DE5B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B1A

Black with #DE5B1A

Text Example


Text Example

White with #DE5B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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