Html Css Color HEX #DE551D Chocolate

📋 copy color: '#DE551D'

red 222 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #DE551D

Tints of Chocolate #DE551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 66.07%
G = 25.3%
B = 8.63%

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

#DE551D (or 0xDE551D) is known color: Chocolate. HEX triplet: DE, 55 and 1D. RGB value is (222,85,29). Sum of RGB (Red+Green+Blue) = 222+85+29=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551D is #21AAE2. Grayscale: #777777. Windows color (decimal): -2206435 or 1922526. OLE color: 1922526.

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

Color convert

RGB 222 85 29 -
CMYK 0 0.62 0.87 0.13
HSL 17.41º 0.77% 0.49% -
HSV(B) 17.41º 0.87% 0.87% -
XYZ 33.59 22.12 3.66 -
YUV 119.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 222 85 29 0 0.62 0.87 0.13 17.41 0.77 0.49
Hex DE 55 1D 0 3E 57 D 11 4D 31
Octal 336 125 35 0 76 127 15 21 115 61
Binary 11011110 1010101 11101 0 111110 1010111 1101 10001 1001101 110001

Color Harmonies of #DE551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE551D

Black with #DE551D

Text Example


Text Example

White with #DE551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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