Html Css Color HEX #DF7418 Chocolate

📋 copy color: '#DF7418'

red 223 ◦ green 116 ◦ blue 24

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

Shades of Chocolate #DF7418

Tints of Chocolate #DF7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 61.43%
G = 31.96%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF7418 (or 0xDF7418) is known color: Chocolate. HEX triplet: DF, 74 and 18. RGB value is (223,116,24). Sum of RGB (Red+Green+Blue) = 223+116+24=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7418 is #208BE7. Grayscale: #898989. Windows color (decimal): -2132968 or 1602783. OLE color: 1602783.

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

Color convert

RGB 223 116 24 -
CMYK 0 0.48 0.89 0.13
HSL 27.74º 0.81% 0.48% -
HSV(B) 27.74º 0.89% 0.87% -
XYZ 36.84 28.24 4.37 -
YUV 137.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 223 116 24 0 0.48 0.89 0.13 27.74 0.81 0.48
Hex DF 74 18 0 30 59 D 1C 51 30
Octal 337 164 30 0 60 131 15 34 121 60
Binary 11011111 1110100 11000 0 110000 1011001 1101 11100 1010001 110000

Color Harmonies of #DF7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7418

Black with #DF7418

Text Example


Text Example

White with #DF7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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