Html Css Color HEX #DF6112 Chocolate

📋 copy color: '#DF6112'

red 223 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #DF6112

Tints of Chocolate #DF6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 65.98%
G = 28.7%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6112 (or 0xDF6112) is known color: Chocolate. HEX triplet: DF, 61 and 12. RGB value is (223,97,18). Sum of RGB (Red+Green+Blue) = 223+97+18=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6112 is #209EED. Grayscale: #7E7E7E. Windows color (decimal): -2137838 or 1204703. OLE color: 1204703.

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

Color convert

RGB 223 97 18 -
CMYK 0 0.57 0.92 0.13
HSL 23.12º 0.85% 0.47% -
HSV(B) 23.12º 0.92% 0.87% -
XYZ 34.82 24.28 3.42 -
YUV 125.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 223 97 18 0 0.57 0.92 0.13 23.12 0.85 0.47
Hex DF 61 12 0 39 5C D 17 55 2F
Octal 337 141 22 0 71 134 15 27 125 57
Binary 11011111 1100001 10010 0 111001 1011100 1101 10111 1010101 101111

Color Harmonies of #DF6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6112

Black with #DF6112

Text Example


Text Example

White with #DF6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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