Html Css Color HEX #DF7012 Chocolate

📋 copy color: '#DF7012'

red 223 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #DF7012

Tints of Chocolate #DF7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 63.17%
G = 31.73%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF7012 (or 0xDF7012) is known color: Chocolate. HEX triplet: DF, 70 and 12. RGB value is (223,112,18). Sum of RGB (Red+Green+Blue) = 223+112+18=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7012 is #208FED. Grayscale: #868686. Windows color (decimal): -2133998 or 1208543. OLE color: 1208543.

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

Color convert

RGB 223 112 18 -
CMYK 0 0.50 0.92 0.13
HSL 27.51º 0.85% 0.47% -
HSV(B) 27.51º 0.92% 0.87% -
XYZ 36.33 27.32 3.93 -
YUV 134.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 223 112 18 0 0.50 0.92 0.13 27.51 0.85 0.47
Hex DF 70 12 0 32 5C D 1C 55 2F
Octal 337 160 22 0 62 134 15 34 125 57
Binary 11011111 1110000 10010 0 110010 1011100 1101 11100 1010101 101111

Color Harmonies of #DF7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7012

Black with #DF7012

Text Example


Text Example

White with #DF7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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