Html Css Color HEX #DF6017 Chocolate

📋 copy color: '#DF6017'

red 223 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #DF6017

Tints of Chocolate #DF6017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 65.2%
G = 28.07%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF6017 (or 0xDF6017) is known color: Chocolate. HEX triplet: DF, 60 and 17. RGB value is (223,96,23). Sum of RGB (Red+Green+Blue) = 223+96+23=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6017 is #209FE8. Grayscale: #7E7E7E. Windows color (decimal): -2138089 or 1532127. OLE color: 1532127.

HSL color Cylindrical-coordinate representation of color #DF6017: hue angle of 21.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF6017 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 23 -
CMYK 0 0.57 0.90 0.13
HSL 21.9º 0.81% 0.48% -
HSV(B) 21.9º 0.9% 0.87% -
XYZ 34.77 24.12 3.63 -
YUV 125.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 223 96 23 0 0.57 0.90 0.13 21.9 0.81 0.48
Hex DF 60 17 0 39 5A D 16 51 30
Octal 337 140 27 0 71 132 15 26 121 60
Binary 11011111 1100000 10111 0 111001 1011010 1101 10110 1010001 110000

Color Harmonies of #DF6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6017

Black with #DF6017

Text Example


Text Example

White with #DF6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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