Html Css Color HEX #DE581B Chocolate

📋 copy color: '#DE581B'

red 222 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #DE581B

Tints of Chocolate #DE581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 65.88%
G = 26.11%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE581B (or 0xDE581B) is known color: Chocolate. HEX triplet: DE, 58 and 1B. RGB value is (222,88,27). Sum of RGB (Red+Green+Blue) = 222+88+27=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE581B is #21A7E4. Grayscale: #797979. Windows color (decimal): -2205669 or 1792222. OLE color: 1792222.

HSL color Cylindrical-coordinate representation of color #DE581B: hue angle of 18.77º degrees, saturation: 0.78, 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 #DE581B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 88 27 -
CMYK 0 0.60 0.88 0.13
HSL 18.77º 0.78% 0.49% -
HSV(B) 18.77º 0.88% 0.87% -
XYZ 33.81 22.59 3.61 -
YUV 121.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 222 88 27 0 0.60 0.88 0.13 18.77 0.78 0.49
Hex DE 58 1B 0 3C 58 D 13 4E 31
Octal 336 130 33 0 74 130 15 23 116 61
Binary 11011110 1011000 11011 0 111100 1011000 1101 10011 1001110 110001

Color Harmonies of #DE581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE581B

Black with #DE581B

Text Example


Text Example

White with #DE581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE581B; }

 p { color: rgb(222,88,27); }

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

background-color css

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

 a { background-color: rgb(222,88,27); }

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

border-color css

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

 span { border-color: rgb(222,88,27); }

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