Html Css Color HEX #DF6A10 Chocolate

📋 copy color: '#DF6A10'

red 223 ◦ green 106 ◦ blue 16

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

Shades of Chocolate #DF6A10

Tints of Chocolate #DF6A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 64.64%
G = 30.72%
B = 4.64%

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

#DF6A10 (or 0xDF6A10) is known color: Chocolate. HEX triplet: DF, 6A and 10. RGB value is (223,106,16). Sum of RGB (Red+Green+Blue) = 223+106+16=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A10 is #2095EF. Grayscale: #838383. Windows color (decimal): -2135536 or 1075935. OLE color: 1075935.

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

Color convert

RGB 223 106 16 -
CMYK 0 0.52 0.93 0.13
HSL 26.09º 0.87% 0.47% -
HSV(B) 26.09º 0.93% 0.87% -
XYZ 35.68 26.03 3.63 -
YUV 130.72 63.26 193.82 -
System Red Green Blue C M Y K H S L
Decimal 223 106 16 0 0.52 0.93 0.13 26.09 0.87 0.47
Hex DF 6A 10 0 34 5D D 1A 57 2F
Octal 337 152 20 0 64 135 15 32 127 57
Binary 11011111 1101010 10000 0 110100 1011101 1101 11010 1010111 101111

Color Harmonies of #DF6A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A10

Black with #DF6A10

Text Example


Text Example

White with #DF6A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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