Html Css Color HEX #DF7214 Chocolate

📋 copy color: '#DF7214'

red 223 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #DF7214

Tints of Chocolate #DF7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 62.46%
G = 31.93%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7214 (or 0xDF7214) is known color: Chocolate. HEX triplet: DF, 72 and 14. RGB value is (223,114,20). Sum of RGB (Red+Green+Blue) = 223+114+20=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7214 is #208DEB. Grayscale: #888888. Windows color (decimal): -2133484 or 1340127. OLE color: 1340127.

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

Color convert

RGB 223 114 20 -
CMYK 0 0.49 0.91 0.13
HSL 27.78º 0.84% 0.48% -
HSV(B) 27.78º 0.91% 0.87% -
XYZ 36.58 27.77 4.09 -
YUV 135.88 62.61 190.14 -
System Red Green Blue C M Y K H S L
Decimal 223 114 20 0 0.49 0.91 0.13 27.78 0.84 0.48
Hex DF 72 14 0 31 5B D 1C 54 30
Octal 337 162 24 0 61 133 15 34 124 60
Binary 11011111 1110010 10100 0 110001 1011011 1101 11100 1010100 110000

Color Harmonies of #DF7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7214

Black with #DF7214

Text Example


Text Example

White with #DF7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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