Html Css Color HEX #DF6B11 Chocolate

📋 copy color: '#DF6B11'

red 223 ◦ green 107 ◦ blue 17

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

Shades of Chocolate #DF6B11

Tints of Chocolate #DF6B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 64.27%
G = 30.84%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6B11 (or 0xDF6B11) is known color: Chocolate. HEX triplet: DF, 6B and 11. RGB value is (223,107,17). Sum of RGB (Red+Green+Blue) = 223+107+17=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6B11 is #2094EE. Grayscale: #838383. Windows color (decimal): -2135279 or 1141727. OLE color: 1141727.

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

Color convert

RGB 223 107 17 -
CMYK 0 0.52 0.92 0.13
HSL 26.21º 0.86% 0.47% -
HSV(B) 26.21º 0.92% 0.87% -
XYZ 35.79 26.24 3.71 -
YUV 131.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 223 107 17 0 0.52 0.92 0.13 26.21 0.86 0.47
Hex DF 6B 11 0 34 5C D 1A 56 2F
Octal 337 153 21 0 64 134 15 32 126 57
Binary 11011111 1101011 10001 0 110100 1011100 1101 11010 1010110 101111

Color Harmonies of #DF6B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B11

Black with #DF6B11

Text Example


Text Example

White with #DF6B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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