Html Css Color HEX #DF7616 Chocolate

📋 copy color: '#DF7616'

red 223 ◦ green 118 ◦ blue 22

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

Shades of Chocolate #DF7616

Tints of Chocolate #DF7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 61.43%
G = 32.51%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF7616 (or 0xDF7616) is known color: Chocolate. HEX triplet: DF, 76 and 16. RGB value is (223,118,22). Sum of RGB (Red+Green+Blue) = 223+118+22=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7616 is #2089E9. Grayscale: #8A8A8A. Windows color (decimal): -2132458 or 1472223. OLE color: 1472223.

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

Color convert

RGB 223 118 22 -
CMYK 0 0.47 0.90 0.13
HSL 28.66º 0.82% 0.48% -
HSV(B) 28.66º 0.9% 0.87% -
XYZ 37.05 28.7 4.35 -
YUV 138.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 223 118 22 0 0.47 0.90 0.13 28.66 0.82 0.48
Hex DF 76 16 0 2F 5A D 1D 52 30
Octal 337 166 26 0 57 132 15 35 122 60
Binary 11011111 1110110 10110 0 101111 1011010 1101 11101 1010010 110000

Color Harmonies of #DF7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7616

Black with #DF7616

Text Example


Text Example

White with #DF7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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