Html Css Color HEX #DF6211 Chocolate

📋 copy color: '#DF6211'

red 223 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #DF6211

Tints of Chocolate #DF6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 65.98%
G = 28.99%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6211 (or 0xDF6211) is known color: Chocolate. HEX triplet: DF, 62 and 11. RGB value is (223,98,17). Sum of RGB (Red+Green+Blue) = 223+98+17=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6211 is #209DEE. Grayscale: #7E7E7E. Windows color (decimal): -2137583 or 1139423. OLE color: 1139423.

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

Color convert

RGB 223 98 17 -
CMYK 0 0.56 0.92 0.13
HSL 23.59º 0.86% 0.47% -
HSV(B) 23.59º 0.92% 0.87% -
XYZ 34.9 24.46 3.41 -
YUV 126.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 223 98 17 0 0.56 0.92 0.13 23.59 0.86 0.47
Hex DF 62 11 0 38 5C D 18 56 2F
Octal 337 142 21 0 70 134 15 30 126 57
Binary 11011111 1100010 10001 0 111000 1011100 1101 11000 1010110 101111

Color Harmonies of #DF6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6211

Black with #DF6211

Text Example


Text Example

White with #DF6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6211; }

 p { color: rgb(223,98,17); }

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

background-color css

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

 a { background-color: rgb(223,98,17); }

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

border-color css

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

 span { border-color: rgb(223,98,17); }

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