Html Css Color HEX #DF541C Chocolate

📋 copy color: '#DF541C'

red 223 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #DF541C

Tints of Chocolate #DF541C

RGB

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

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

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

R = 66.57%
G = 25.07%
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

#DF541C (or 0xDF541C) is known color: Chocolate. HEX triplet: DF, 54 and 1C. RGB value is (223,84,28). Sum of RGB (Red+Green+Blue) = 223+84+28=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541C is #20ABE3. Grayscale: #777777. Windows color (decimal): -2141156 or 1856735. OLE color: 1856735.

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

Color convert

RGB 223 84 28 -
CMYK 0 0.62 0.87 0.13
HSL 17.23º 0.78% 0.49% -
HSV(B) 17.23º 0.87% 0.87% -
XYZ 33.81 22.11 3.58 -
YUV 119.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 223 84 28 0 0.62 0.87 0.13 17.23 0.78 0.49
Hex DF 54 1C 0 3E 57 D 11 4E 31
Octal 337 124 34 0 76 127 15 21 116 61
Binary 11011111 1010100 11100 0 111110 1010111 1101 10001 1001110 110001

Color Harmonies of #DF541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF541C

Black with #DF541C

Text Example


Text Example

White with #DF541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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