Html Css Color HEX #DF7112 Chocolate

📋 copy color: '#DF7112'

red 223 ◦ green 113 ◦ blue 18

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

Shades of Chocolate #DF7112

Tints of Chocolate #DF7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 62.99%
G = 31.92%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF7112 (or 0xDF7112) is known color: Chocolate. HEX triplet: DF, 71 and 12. RGB value is (223,113,18). Sum of RGB (Red+Green+Blue) = 223+113+18=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7112 is #208EED. Grayscale: #878787. Windows color (decimal): -2133742 or 1208799. OLE color: 1208799.

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

Color convert

RGB 223 113 18 -
CMYK 0 0.49 0.92 0.13
HSL 27.8º 0.85% 0.47% -
HSV(B) 27.8º 0.92% 0.87% -
XYZ 36.45 27.54 3.97 -
YUV 135.06 61.94 190.72 -
System Red Green Blue C M Y K H S L
Decimal 223 113 18 0 0.49 0.92 0.13 27.8 0.85 0.47
Hex DF 71 12 0 31 5C D 1C 55 2F
Octal 337 161 22 0 61 134 15 34 125 57
Binary 11011111 1110001 10010 0 110001 1011100 1101 11100 1010101 101111

Color Harmonies of #DF7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7112

Black with #DF7112

Text Example


Text Example

White with #DF7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7112; }

 p { color: rgb(223,113,18); }

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

background-color css

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

 a { background-color: rgb(223,113,18); }

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

border-color css

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

 span { border-color: rgb(223,113,18); }

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