Html Css Color HEX #DF6B10 Chocolate

📋 copy color: '#DF6B10'

red 223 ◦ green 107 ◦ blue 16

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

Shades of Chocolate #DF6B10

Tints of Chocolate #DF6B10

RGB

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

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

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

R = 64.45%
G = 30.92%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6B10 (or 0xDF6B10) is known color: Chocolate. HEX triplet: DF, 6B and 10. RGB value is (223,107,16). Sum of RGB (Red+Green+Blue) = 223+107+16=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6B10 is #2094EF. Grayscale: #838383. Windows color (decimal): -2135280 or 1076191. OLE color: 1076191.

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

Color convert

RGB 223 107 16 -
CMYK 0 0.52 0.93 0.13
HSL 26.38º 0.87% 0.47% -
HSV(B) 26.38º 0.93% 0.87% -
XYZ 35.78 26.24 3.67 -
YUV 131.31 62.93 193.4 -
System Red Green Blue C M Y K H S L
Decimal 223 107 16 0 0.52 0.93 0.13 26.38 0.87 0.47
Hex DF 6B 10 0 34 5D D 1A 57 2F
Octal 337 153 20 0 64 135 15 32 127 57
Binary 11011111 1101011 10000 0 110100 1011101 1101 11010 1010111 101111

Color Harmonies of #DF6B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B10

Black with #DF6B10

Text Example


Text Example

White with #DF6B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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