Html Css Color HEX #DF7414 Chocolate

📋 copy color: '#DF7414'

red 223 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #DF7414

Tints of Chocolate #DF7414

RGB

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

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

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

R = 62.12%
G = 32.31%
B = 5.57%

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

#DF7414 (or 0xDF7414) is known color: Chocolate. HEX triplet: DF, 74 and 14. RGB value is (223,116,20). Sum of RGB (Red+Green+Blue) = 223+116+20=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7414 is #208BEB. Grayscale: #898989. Windows color (decimal): -2132972 or 1340639. OLE color: 1340639.

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

Color convert

RGB 223 116 20 -
CMYK 0 0.48 0.91 0.13
HSL 28.37º 0.84% 0.48% -
HSV(B) 28.37º 0.91% 0.87% -
XYZ 36.8 28.23 4.17 -
YUV 137.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 223 116 20 0 0.48 0.91 0.13 28.37 0.84 0.48
Hex DF 74 14 0 30 5B D 1C 54 30
Octal 337 164 24 0 60 133 15 34 124 60
Binary 11011111 1110100 10100 0 110000 1011011 1101 11100 1010100 110000

Color Harmonies of #DF7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7414

Black with #DF7414

Text Example


Text Example

White with #DF7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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