Html Css Color HEX #DF6710 Chocolate

📋 copy color: '#DF6710'

red 223 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #DF6710

Tints of Chocolate #DF6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 65.2%
G = 30.12%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6710 (or 0xDF6710) is known color: Chocolate. HEX triplet: DF, 67 and 10. RGB value is (223,103,16). Sum of RGB (Red+Green+Blue) = 223+103+16=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6710 is #2098EF. Grayscale: #818181. Windows color (decimal): -2136304 or 1075167. OLE color: 1075167.

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

Color convert

RGB 223 103 16 -
CMYK 0 0.54 0.93 0.13
HSL 25.22º 0.87% 0.47% -
HSV(B) 25.22º 0.93% 0.87% -
XYZ 35.38 25.43 3.53 -
YUV 128.96 64.26 195.07 -
System Red Green Blue C M Y K H S L
Decimal 223 103 16 0 0.54 0.93 0.13 25.22 0.87 0.47
Hex DF 67 10 0 36 5D D 19 57 2F
Octal 337 147 20 0 66 135 15 31 127 57
Binary 11011111 1100111 10000 0 110110 1011101 1101 11001 1010111 101111

Color Harmonies of #DF6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6710

Black with #DF6710

Text Example


Text Example

White with #DF6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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