Html Css Color HEX #DF6018 Chocolate

📋 copy color: '#DF6018'

red 223 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #DF6018

Tints of Chocolate #DF6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 65.01%
G = 27.99%
B = 7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF6018 (or 0xDF6018) is known color: Chocolate. HEX triplet: DF, 60 and 18. RGB value is (223,96,24). Sum of RGB (Red+Green+Blue) = 223+96+24=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6018 is #209FE7. Grayscale: #7E7E7E. Windows color (decimal): -2138088 or 1597663. OLE color: 1597663.

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

Color convert

RGB 223 96 24 -
CMYK 0 0.57 0.89 0.13
HSL 21.71º 0.81% 0.48% -
HSV(B) 21.71º 0.89% 0.87% -
XYZ 34.78 24.12 3.69 -
YUV 125.77 70.58 197.35 -
System Red Green Blue C M Y K H S L
Decimal 223 96 24 0 0.57 0.89 0.13 21.71 0.81 0.48
Hex DF 60 18 0 39 59 D 16 51 30
Octal 337 140 30 0 71 131 15 26 121 60
Binary 11011111 1100000 11000 0 111001 1011001 1101 10110 1010001 110000

Color Harmonies of #DF6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6018

Black with #DF6018

Text Example


Text Example

White with #DF6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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