Html Css Color HEX #DF5518 Chocolate

📋 copy color: '#DF5518'

red 223 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #DF5518

Tints of Chocolate #DF5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

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

R = 67.17%
G = 25.6%
B = 7.23%

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

#DF5518 (or 0xDF5518) is known color: Chocolate. HEX triplet: DF, 55 and 18. RGB value is (223,85,24). Sum of RGB (Red+Green+Blue) = 223+85+24=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5518 is #20AAE7. Grayscale: #777777. Windows color (decimal): -2140904 or 1594847. OLE color: 1594847.

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

Color convert

RGB 223 85 24 -
CMYK 0 0.62 0.89 0.13
HSL 18.39º 0.81% 0.48% -
HSV(B) 18.39º 0.89% 0.87% -
XYZ 33.84 22.25 3.38 -
YUV 119.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 223 85 24 0 0.62 0.89 0.13 18.39 0.81 0.48
Hex DF 55 18 0 3E 59 D 12 51 30
Octal 337 125 30 0 76 131 15 22 121 60
Binary 11011111 1010101 11000 0 111110 1011001 1101 10010 1010001 110000

Color Harmonies of #DF5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5518

Black with #DF5518

Text Example


Text Example

White with #DF5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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