Html Css Color HEX #DE551F Chocolate

📋 copy color: '#DE551F'

red 222 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #DE551F

Tints of Chocolate #DE551F

RGB

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

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

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

R = 65.68%
G = 25.15%
B = 9.17%

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

#DE551F (or 0xDE551F) is known color: Chocolate. HEX triplet: DE, 55 and 1F. RGB value is (222,85,31). Sum of RGB (Red+Green+Blue) = 222+85+31=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551F is #21AAE0. Grayscale: #787878. Windows color (decimal): -2206433 or 2053598. OLE color: 2053598.

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

Color convert

RGB 222 85 31 -
CMYK 0 0.62 0.86 0.13
HSL 16.96º 0.75% 0.5% -
HSV(B) 16.96º 0.86% 0.87% -
XYZ 33.62 22.13 3.8 -
YUV 119.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 222 85 31 0 0.62 0.86 0.13 16.96 0.75 0.5
Hex DE 55 1F 0 3E 56 D 11 4B 32
Octal 336 125 37 0 76 126 15 21 113 62
Binary 11011110 1010101 11111 0 111110 1010110 1101 10001 1001011 110010

Color Harmonies of #DE551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE551F

Black with #DE551F

Text Example


Text Example

White with #DE551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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