Html Css Color HEX #DF7816 Chocolate

📋 copy color: '#DF7816'

red 223 ◦ green 120 ◦ blue 22

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

Shades of Chocolate #DF7816

Tints of Chocolate #DF7816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 61.1%
G = 32.88%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF7816 (or 0xDF7816) is known color: Chocolate. HEX triplet: DF, 78 and 16. RGB value is (223,120,22). Sum of RGB (Red+Green+Blue) = 223+120+22=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7816 is #2087E9. Grayscale: #8C8C8C. Windows color (decimal): -2131946 or 1472735. OLE color: 1472735.

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

Color convert

RGB 223 120 22 -
CMYK 0 0.46 0.90 0.13
HSL 29.25º 0.82% 0.48% -
HSV(B) 29.25º 0.9% 0.87% -
XYZ 37.29 29.18 4.43 -
YUV 139.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 223 120 22 0 0.46 0.90 0.13 29.25 0.82 0.48
Hex DF 78 16 0 2E 5A D 1D 52 30
Octal 337 170 26 0 56 132 15 35 122 60
Binary 11011111 1111000 10110 0 101110 1011010 1101 11101 1010010 110000

Color Harmonies of #DF7816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7816

Black with #DF7816

Text Example


Text Example

White with #DF7816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7816; }

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

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

background-color css

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

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

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

border-color css

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

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

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