Html Css Color HEX #DE551C Chocolate

📋 copy color: '#DE551C'

red 222 ◦ green 85 ◦ blue 28

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

Shades of Chocolate #DE551C

Tints of Chocolate #DE551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 66.27%
G = 25.37%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE551C (or 0xDE551C) is known color: Chocolate. HEX triplet: DE, 55 and 1C. RGB value is (222,85,28). Sum of RGB (Red+Green+Blue) = 222+85+28=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551C is #21AAE3. Grayscale: #777777. Windows color (decimal): -2206436 or 1856990. OLE color: 1856990.

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

Color convert

RGB 222 85 28 -
CMYK 0 0.62 0.87 0.13
HSL 17.63º 0.78% 0.49% -
HSV(B) 17.63º 0.87% 0.87% -
XYZ 33.58 22.11 3.6 -
YUV 119.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 222 85 28 0 0.62 0.87 0.13 17.63 0.78 0.49
Hex DE 55 1C 0 3E 57 D 12 4E 31
Octal 336 125 34 0 76 127 15 22 116 61
Binary 11011110 1010101 11100 0 111110 1010111 1101 10010 1001110 110001

Color Harmonies of #DE551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE551C

Black with #DE551C

Text Example


Text Example

White with #DE551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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