Html Css Color HEX #DF7218 Chocolate

📋 copy color: '#DF7218'

red 223 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #DF7218

Tints of Chocolate #DF7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 61.77%
G = 31.58%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF7218 (or 0xDF7218) is known color: Chocolate. HEX triplet: DF, 72 and 18. RGB value is (223,114,24). Sum of RGB (Red+Green+Blue) = 223+114+24=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7218 is #208DE7. Grayscale: #888888. Windows color (decimal): -2133480 or 1602271. OLE color: 1602271.

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

Color convert

RGB 223 114 24 -
CMYK 0 0.49 0.89 0.13
HSL 27.14º 0.81% 0.48% -
HSV(B) 27.14º 0.89% 0.87% -
XYZ 36.61 27.79 4.3 -
YUV 136.33 64.61 189.82 -
System Red Green Blue C M Y K H S L
Decimal 223 114 24 0 0.49 0.89 0.13 27.14 0.81 0.48
Hex DF 72 18 0 31 59 D 1B 51 30
Octal 337 162 30 0 61 131 15 33 121 60
Binary 11011111 1110010 11000 0 110001 1011001 1101 11011 1010001 110000

Color Harmonies of #DF7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7218

Black with #DF7218

Text Example


Text Example

White with #DF7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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