Html Css Color HEX #DF6013 Chocolate

📋 copy color: '#DF6013'

red 223 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #DF6013

Tints of Chocolate #DF6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 65.98%
G = 28.4%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF6013 (or 0xDF6013) is known color: Chocolate. HEX triplet: DF, 60 and 13. RGB value is (223,96,19). Sum of RGB (Red+Green+Blue) = 223+96+19=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6013 is #209FEC. Grayscale: #7D7D7D. Windows color (decimal): -2138093 or 1269983. OLE color: 1269983.

HSL color Cylindrical-coordinate representation of color #DF6013: hue angle of 22.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6013 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 19 -
CMYK 0 0.57 0.91 0.13
HSL 22.65º 0.84% 0.47% -
HSV(B) 22.65º 0.91% 0.87% -
XYZ 34.73 24.1 3.44 -
YUV 125.2 68.08 197.76 -
System Red Green Blue C M Y K H S L
Decimal 223 96 19 0 0.57 0.91 0.13 22.65 0.84 0.47
Hex DF 60 13 0 39 5B D 17 54 2F
Octal 337 140 23 0 71 133 15 27 124 57
Binary 11011111 1100000 10011 0 111001 1011011 1101 10111 1010100 101111

Color Harmonies of #DF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6013

Black with #DF6013

Text Example


Text Example

White with #DF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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