Html Css Color HEX #DE571C Chocolate

📋 copy color: '#DE571C'

red 222 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #DE571C

Tints of Chocolate #DE571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 65.88%
G = 25.82%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE571C (or 0xDE571C) is known color: Chocolate. HEX triplet: DE, 57 and 1C. RGB value is (222,87,28). Sum of RGB (Red+Green+Blue) = 222+87+28=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE571C is #21A8E3. Grayscale: #797979. Windows color (decimal): -2205924 or 1857502. OLE color: 1857502.

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

Color convert

RGB 222 87 28 -
CMYK 0 0.61 0.87 0.13
HSL 18.25º 0.78% 0.49% -
HSV(B) 18.25º 0.87% 0.87% -
XYZ 33.74 22.43 3.65 -
YUV 120.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 222 87 28 0 0.61 0.87 0.13 18.25 0.78 0.49
Hex DE 57 1C 0 3D 57 D 12 4E 31
Octal 336 127 34 0 75 127 15 22 116 61
Binary 11011110 1010111 11100 0 111101 1010111 1101 10010 1001110 110001

Color Harmonies of #DE571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE571C

Black with #DE571C

Text Example


Text Example

White with #DE571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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