Html Css Color HEX #DF7213 Chocolate

📋 copy color: '#DF7213'

red 223 ◦ green 114 ◦ blue 19

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

Shades of Chocolate #DF7213

Tints of Chocolate #DF7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 62.64%
G = 32.02%
B = 5.34%

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

#DF7213 (or 0xDF7213) is known color: Chocolate. HEX triplet: DF, 72 and 13. RGB value is (223,114,19). Sum of RGB (Red+Green+Blue) = 223+114+19=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7213 is #208DEC. Grayscale: #888888. Windows color (decimal): -2133485 or 1274591. OLE color: 1274591.

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

Color convert

RGB 223 114 19 -
CMYK 0 0.49 0.91 0.13
HSL 27.94º 0.84% 0.47% -
HSV(B) 27.94º 0.91% 0.87% -
XYZ 36.57 27.77 4.05 -
YUV 135.76 62.11 190.22 -
System Red Green Blue C M Y K H S L
Decimal 223 114 19 0 0.49 0.91 0.13 27.94 0.84 0.47
Hex DF 72 13 0 31 5B D 1C 54 2F
Octal 337 162 23 0 61 133 15 34 124 57
Binary 11011111 1110010 10011 0 110001 1011011 1101 11100 1010100 101111

Color Harmonies of #DF7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7213

Black with #DF7213

Text Example


Text Example

White with #DF7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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