Html Css Color HEX #DF551E Chocolate

📋 copy color: '#DF551E'

red 223 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #DF551E

Tints of Chocolate #DF551E

RGB

 RED value IS 223 (87.5% from 255) = 65.98%

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

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

R = 65.98%
G = 25.15%
B = 8.88%

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

#DF551E (or 0xDF551E) is known color: Chocolate. HEX triplet: DF, 55 and 1E. RGB value is (223,85,30). Sum of RGB (Red+Green+Blue) = 223+85+30=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551E is #20AAE1. Grayscale: #787878. Windows color (decimal): -2140898 or 1988063. OLE color: 1988063.

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

Color convert

RGB 223 85 30 -
CMYK 0 0.62 0.87 0.13
HSL 17.1º 0.76% 0.5% -
HSV(B) 17.1º 0.87% 0.87% -
XYZ 33.91 22.28 3.74 -
YUV 119.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 223 85 30 0 0.62 0.87 0.13 17.1 0.76 0.5
Hex DF 55 1E 0 3E 57 D 11 4C 32
Octal 337 125 36 0 76 127 15 21 114 62
Binary 11011111 1010101 11110 0 111110 1010111 1101 10001 1001100 110010

Color Harmonies of #DF551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF551E

Black with #DF551E

Text Example


Text Example

White with #DF551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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