Html Css Color HEX #DF6516 Chocolate

📋 copy color: '#DF6516'

red 223 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #DF6516

Tints of Chocolate #DF6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 64.45%
G = 29.19%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF6516 (or 0xDF6516) is known color: Chocolate. HEX triplet: DF, 65 and 16. RGB value is (223,101,22). Sum of RGB (Red+Green+Blue) = 223+101+22=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6516 is #209AE9. Grayscale: #808080. Windows color (decimal): -2136810 or 1467871. OLE color: 1467871.

HSL color Cylindrical-coordinate representation of color #DF6516: hue angle of 23.58º degrees, saturation: 0.82, 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 #DF6516 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 22 -
CMYK 0 0.55 0.90 0.13
HSL 23.58º 0.82% 0.48% -
HSV(B) 23.58º 0.9% 0.87% -
XYZ 35.23 25.05 3.74 -
YUV 128.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 223 101 22 0 0.55 0.90 0.13 23.58 0.82 0.48
Hex DF 65 16 0 37 5A D 18 52 30
Octal 337 145 26 0 67 132 15 30 122 60
Binary 11011111 1100101 10110 0 110111 1011010 1101 11000 1010010 110000

Color Harmonies of #DF6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6516

Black with #DF6516

Text Example


Text Example

White with #DF6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6516; }

 p { color: rgb(223,101,22); }

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

background-color css

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

 a { background-color: rgb(223,101,22); }

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

border-color css

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

 span { border-color: rgb(223,101,22); }

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