Html Css Color HEX #DF7416 Chocolate

📋 copy color: '#DF7416'

red 223 ◦ green 116 ◦ blue 22

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

Shades of Chocolate #DF7416

Tints of Chocolate #DF7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 61.77%
G = 32.13%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF7416 (or 0xDF7416) is known color: Chocolate. HEX triplet: DF, 74 and 16. RGB value is (223,116,22). Sum of RGB (Red+Green+Blue) = 223+116+22=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7416 is #208BE9. Grayscale: #898989. Windows color (decimal): -2132970 or 1471711. OLE color: 1471711.

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

Color convert

RGB 223 116 22 -
CMYK 0 0.48 0.90 0.13
HSL 28.06º 0.82% 0.48% -
HSV(B) 28.06º 0.9% 0.87% -
XYZ 36.82 28.24 4.27 -
YUV 137.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 223 116 22 0 0.48 0.90 0.13 28.06 0.82 0.48
Hex DF 74 16 0 30 5A D 1C 52 30
Octal 337 164 26 0 60 132 15 34 122 60
Binary 11011111 1110100 10110 0 110000 1011010 1101 11100 1010010 110000

Color Harmonies of #DF7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7416

Black with #DF7416

Text Example


Text Example

White with #DF7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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