Html Css Color HEX #DF541E Chocolate

📋 copy color: '#DF541E'

red 223 ◦ green 84 ◦ blue 30

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

Shades of Chocolate #DF541E

Tints of Chocolate #DF541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

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

R = 66.17%
G = 24.93%
B = 8.9%

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

#DF541E (or 0xDF541E) is known color: Chocolate. HEX triplet: DF, 54 and 1E. RGB value is (223,84,30). Sum of RGB (Red+Green+Blue) = 223+84+30=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541E is #20ABE1. Grayscale: #777777. Windows color (decimal): -2141154 or 1987807. OLE color: 1987807.

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

Color convert

RGB 223 84 30 -
CMYK 0 0.62 0.87 0.13
HSL 16.79º 0.76% 0.5% -
HSV(B) 16.79º 0.87% 0.87% -
XYZ 33.84 22.12 3.71 -
YUV 119.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 223 84 30 0 0.62 0.87 0.13 16.79 0.76 0.5
Hex DF 54 1E 0 3E 57 D 11 4C 32
Octal 337 124 36 0 76 127 15 21 114 62
Binary 11011111 1010100 11110 0 111110 1010111 1101 10001 1001100 110010

Color Harmonies of #DF541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF541E

Black with #DF541E

Text Example


Text Example

White with #DF541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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