Html Css Color HEX #DF7018 Chocolate

📋 copy color: '#DF7018'

red 223 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #DF7018

Tints of Chocolate #DF7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 62.12%
G = 31.2%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF7018 (or 0xDF7018) is known color: Chocolate. HEX triplet: DF, 70 and 18. RGB value is (223,112,24). Sum of RGB (Red+Green+Blue) = 223+112+24=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7018 is #208FE7. Grayscale: #878787. Windows color (decimal): -2133992 or 1601759. OLE color: 1601759.

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

Color convert

RGB 223 112 24 -
CMYK 0 0.50 0.89 0.13
HSL 26.53º 0.81% 0.48% -
HSV(B) 26.53º 0.89% 0.87% -
XYZ 36.39 27.34 4.22 -
YUV 135.16 65.27 190.66 -
System Red Green Blue C M Y K H S L
Decimal 223 112 24 0 0.50 0.89 0.13 26.53 0.81 0.48
Hex DF 70 18 0 32 59 D 1B 51 30
Octal 337 160 30 0 62 131 15 33 121 60
Binary 11011111 1110000 11000 0 110010 1011001 1101 11011 1010001 110000

Color Harmonies of #DF7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7018

Black with #DF7018

Text Example


Text Example

White with #DF7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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