Html Css Color HEX #DF541D Chocolate

📋 copy color: '#DF541D'

red 223 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #DF541D

Tints of Chocolate #DF541D

RGB

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

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

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

R = 66.37%
G = 25%
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

#DF541D (or 0xDF541D) is known color: Chocolate. HEX triplet: DF, 54 and 1D. RGB value is (223,84,29). Sum of RGB (Red+Green+Blue) = 223+84+29=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541D is #20ABE2. Grayscale: #777777. Windows color (decimal): -2141155 or 1922271. OLE color: 1922271.

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

Color convert

RGB 223 84 29 -
CMYK 0 0.62 0.87 0.13
HSL 17.01º 0.77% 0.49% -
HSV(B) 17.01º 0.87% 0.87% -
XYZ 33.82 22.12 3.65 -
YUV 119.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 223 84 29 0 0.62 0.87 0.13 17.01 0.77 0.49
Hex DF 54 1D 0 3E 57 D 11 4D 31
Octal 337 124 35 0 76 127 15 21 115 61
Binary 11011111 1010100 11101 0 111110 1010111 1101 10001 1001101 110001

Color Harmonies of #DF541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF541D

Black with #DF541D

Text Example


Text Example

White with #DF541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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