Html Css Color HEX #DF7314 Chocolate

📋 copy color: '#DF7314'

red 223 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #DF7314

Tints of Chocolate #DF7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 62.29%
G = 32.12%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7314 (or 0xDF7314) is known color: Chocolate. HEX triplet: DF, 73 and 14. RGB value is (223,115,20). Sum of RGB (Red+Green+Blue) = 223+115+20=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7314 is #208CEB. Grayscale: #888888. Windows color (decimal): -2133228 or 1340383. OLE color: 1340383.

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

Color convert

RGB 223 115 20 -
CMYK 0 0.48 0.91 0.13
HSL 28.08º 0.84% 0.48% -
HSV(B) 28.08º 0.91% 0.87% -
XYZ 36.69 28 4.13 -
YUV 136.46 62.28 189.72 -
System Red Green Blue C M Y K H S L
Decimal 223 115 20 0 0.48 0.91 0.13 28.08 0.84 0.48
Hex DF 73 14 0 30 5B D 1C 54 30
Octal 337 163 24 0 60 133 15 34 124 60
Binary 11011111 1110011 10100 0 110000 1011011 1101 11100 1010100 110000

Color Harmonies of #DF7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7314

Black with #DF7314

Text Example


Text Example

White with #DF7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7314; }

 p { color: rgb(223,115,20); }

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

background-color css

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

 a { background-color: rgb(223,115,20); }

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

border-color css

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

 span { border-color: rgb(223,115,20); }

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