Html Css Color HEX #DF541B Chocolate

📋 copy color: '#DF541B'

red 223 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #DF541B

Tints of Chocolate #DF541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 66.77%
G = 25.15%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF541B (or 0xDF541B) is known color: Chocolate. HEX triplet: DF, 54 and 1B. RGB value is (223,84,27). Sum of RGB (Red+Green+Blue) = 223+84+27=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541B is #20ABE4. Grayscale: #777777. Windows color (decimal): -2141157 or 1791199. OLE color: 1791199.

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

Color convert

RGB 223 84 27 -
CMYK 0 0.62 0.88 0.13
HSL 17.45º 0.78% 0.49% -
HSV(B) 17.45º 0.88% 0.87% -
XYZ 33.8 22.11 3.52 -
YUV 119.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 223 84 27 0 0.62 0.88 0.13 17.45 0.78 0.49
Hex DF 54 1B 0 3E 58 D 11 4E 31
Octal 337 124 33 0 76 130 15 21 116 61
Binary 11011111 1010100 11011 0 111110 1011000 1101 10001 1001110 110001

Color Harmonies of #DF541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF541B

Black with #DF541B

Text Example


Text Example

White with #DF541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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