Html Css Color HEX #DF6411 Chocolate

📋 copy color: '#DF6411'

red 223 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #DF6411

Tints of Chocolate #DF6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 65.59%
G = 29.41%
B = 5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6411 (or 0xDF6411) is known color: Chocolate. HEX triplet: DF, 64 and 11. RGB value is (223,100,17). Sum of RGB (Red+Green+Blue) = 223+100+17=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6411 is #209BEE. Grayscale: #7F7F7F. Windows color (decimal): -2137071 or 1139935. OLE color: 1139935.

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

Color convert

RGB 223 100 17 -
CMYK 0 0.55 0.92 0.13
HSL 24.17º 0.86% 0.47% -
HSV(B) 24.17º 0.92% 0.87% -
XYZ 35.09 24.84 3.48 -
YUV 127.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 223 100 17 0 0.55 0.92 0.13 24.17 0.86 0.47
Hex DF 64 11 0 37 5C D 18 56 2F
Octal 337 144 21 0 67 134 15 30 126 57
Binary 11011111 1100100 10001 0 110111 1011100 1101 11000 1010110 101111

Color Harmonies of #DF6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6411

Black with #DF6411

Text Example


Text Example

White with #DF6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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