Html Css Color HEX #DF5C18 Chocolate

📋 copy color: '#DF5C18'

red 223 ◦ green 92 ◦ blue 24

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

Shades of Chocolate #DF5C18

Tints of Chocolate #DF5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 65.78%
G = 27.14%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF5C18 (or 0xDF5C18) is known color: Chocolate. HEX triplet: DF, 5C and 18. RGB value is (223,92,24). Sum of RGB (Red+Green+Blue) = 223+92+24=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C18 is #20A3E7. Grayscale: #7B7B7B. Windows color (decimal): -2139112 or 1596639. OLE color: 1596639.

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

Color convert

RGB 223 92 24 -
CMYK 0 0.59 0.89 0.13
HSL 20.5º 0.81% 0.48% -
HSV(B) 20.5º 0.89% 0.87% -
XYZ 34.42 23.41 3.57 -
YUV 123.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 223 92 24 0 0.59 0.89 0.13 20.5 0.81 0.48
Hex DF 5C 18 0 3B 59 D 15 51 30
Octal 337 134 30 0 73 131 15 25 121 60
Binary 11011111 1011100 11000 0 111011 1011001 1101 10101 1010001 110000

Color Harmonies of #DF5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C18

Black with #DF5C18

Text Example


Text Example

White with #DF5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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