Html Css Color HEX #DF5418 Chocolate

📋 copy color: '#DF5418'

red 223 ◦ green 84 ◦ blue 24

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

Shades of Chocolate #DF5418

Tints of Chocolate #DF5418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.25%

R = 67.37%
G = 25.38%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF5418 (or 0xDF5418) is known color: Chocolate. HEX triplet: DF, 54 and 18. RGB value is (223,84,24). Sum of RGB (Red+Green+Blue) = 223+84+24=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5418 is #20ABE7. Grayscale: #777777. Windows color (decimal): -2141160 or 1594591. OLE color: 1594591.

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

Color convert

RGB 223 84 24 -
CMYK 0 0.62 0.89 0.13
HSL 18.09º 0.81% 0.48% -
HSV(B) 18.09º 0.89% 0.87% -
XYZ 33.77 22.09 3.35 -
YUV 118.72 74.55 202.38 -
System Red Green Blue C M Y K H S L
Decimal 223 84 24 0 0.62 0.89 0.13 18.09 0.81 0.48
Hex DF 54 18 0 3E 59 D 12 51 30
Octal 337 124 30 0 76 131 15 22 121 60
Binary 11011111 1010100 11000 0 111110 1011001 1101 10010 1010001 110000

Color Harmonies of #DF5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5418

Black with #DF5418

Text Example


Text Example

White with #DF5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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