Html Css Color HEX #DF6210 Chocolate

📋 copy color: '#DF6210'

red 223 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #DF6210

Tints of Chocolate #DF6210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 66.17%
G = 29.08%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6210 (or 0xDF6210) is known color: Chocolate. HEX triplet: DF, 62 and 10. RGB value is (223,98,16). Sum of RGB (Red+Green+Blue) = 223+98+16=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6210 is #209DEF. Grayscale: #7E7E7E. Windows color (decimal): -2137584 or 1073887. OLE color: 1073887.

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

Color convert

RGB 223 98 16 -
CMYK 0 0.56 0.93 0.13
HSL 23.77º 0.87% 0.47% -
HSV(B) 23.77º 0.93% 0.87% -
XYZ 34.89 24.46 3.37 -
YUV 126.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 223 98 16 0 0.56 0.93 0.13 23.77 0.87 0.47
Hex DF 62 10 0 38 5D D 18 57 2F
Octal 337 142 20 0 70 135 15 30 127 57
Binary 11011111 1100010 10000 0 111000 1011101 1101 11000 1010111 101111

Color Harmonies of #DF6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6210

Black with #DF6210

Text Example


Text Example

White with #DF6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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