Html Css Color HEX #DF6510 Chocolate

📋 copy color: '#DF6510'

red 223 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #DF6510

Tints of Chocolate #DF6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 65.59%
G = 29.71%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6510 (or 0xDF6510) is known color: Chocolate. HEX triplet: DF, 65 and 10. RGB value is (223,101,16). Sum of RGB (Red+Green+Blue) = 223+101+16=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6510 is #209AEF. Grayscale: #808080. Windows color (decimal): -2136816 or 1074655. OLE color: 1074655.

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

Color convert

RGB 223 101 16 -
CMYK 0 0.55 0.93 0.13
HSL 24.64º 0.87% 0.47% -
HSV(B) 24.64º 0.93% 0.87% -
XYZ 35.18 25.03 3.47 -
YUV 127.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 223 101 16 0 0.55 0.93 0.13 24.64 0.87 0.47
Hex DF 65 10 0 37 5D D 19 57 2F
Octal 337 145 20 0 67 135 15 31 127 57
Binary 11011111 1100101 10000 0 110111 1011101 1101 11001 1010111 101111

Color Harmonies of #DF6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6510

Black with #DF6510

Text Example


Text Example

White with #DF6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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