Html Css Color HEX #DE551E Chocolate

📋 copy color: '#DE551E'

red 222 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #DE551E

Tints of Chocolate #DE551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 65.88%
G = 25.22%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE551E (or 0xDE551E) is known color: Chocolate. HEX triplet: DE, 55 and 1E. RGB value is (222,85,30). Sum of RGB (Red+Green+Blue) = 222+85+30=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551E is #21AAE1. Grayscale: #787878. Windows color (decimal): -2206434 or 1988062. OLE color: 1988062.

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

Color convert

RGB 222 85 30 -
CMYK 0 0.62 0.86 0.13
HSL 17.19º 0.76% 0.49% -
HSV(B) 17.19º 0.86% 0.87% -
XYZ 33.61 22.12 3.73 -
YUV 119.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 222 85 30 0 0.62 0.86 0.13 17.19 0.76 0.49
Hex DE 55 1E 0 3E 56 D 11 4C 31
Octal 336 125 36 0 76 126 15 21 114 61
Binary 11011110 1010101 11110 0 111110 1010110 1101 10001 1001100 110001

Color Harmonies of #DE551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE551E

Black with #DE551E

Text Example


Text Example

White with #DE551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE551E; }

 p { color: rgb(222,85,30); }

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

background-color css

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

 a { background-color: rgb(222,85,30); }

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

border-color css

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

 span { border-color: rgb(222,85,30); }

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