Html Css Color HEX #DE5B1F Chocolate

📋 copy color: '#DE5B1F'

red 222 ◦ green 91 ◦ blue 31

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

Shades of Chocolate #DE5B1F

Tints of Chocolate #DE5B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 64.53%
G = 26.45%
B = 9.01%

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

#DE5B1F (or 0xDE5B1F) is known color: Chocolate. HEX triplet: DE, 5B and 1F. RGB value is (222,91,31). Sum of RGB (Red+Green+Blue) = 222+91+31=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B1F is #21A4E0. Grayscale: #7B7B7B. Windows color (decimal): -2204897 or 2055134. OLE color: 2055134.

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

Color convert

RGB 222 91 31 -
CMYK 0 0.59 0.86 0.13
HSL 18.85º 0.75% 0.5% -
HSV(B) 18.85º 0.86% 0.87% -
XYZ 34.11 23.11 3.96 -
YUV 123.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 222 91 31 0 0.59 0.86 0.13 18.85 0.75 0.5
Hex DE 5B 1F 0 3B 56 D 13 4B 32
Octal 336 133 37 0 73 126 15 23 113 62
Binary 11011110 1011011 11111 0 111011 1010110 1101 10011 1001011 110010

Color Harmonies of #DE5B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B1F

Black with #DE5B1F

Text Example


Text Example

White with #DE5B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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