Html Css Color HEX #DF6310 Chocolate

📋 copy color: '#DF6310'

red 223 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #DF6310

Tints of Chocolate #DF6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 65.98%
G = 29.29%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6310 (or 0xDF6310) is known color: Chocolate. HEX triplet: DF, 63 and 10. RGB value is (223,99,16). Sum of RGB (Red+Green+Blue) = 223+99+16=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6310 is #209CEF. Grayscale: #7F7F7F. Windows color (decimal): -2137328 or 1074143. OLE color: 1074143.

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

Color convert

RGB 223 99 16 -
CMYK 0 0.56 0.93 0.13
HSL 24.06º 0.87% 0.47% -
HSV(B) 24.06º 0.93% 0.87% -
XYZ 34.99 24.65 3.4 -
YUV 126.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 223 99 16 0 0.56 0.93 0.13 24.06 0.87 0.47
Hex DF 63 10 0 38 5D D 18 57 2F
Octal 337 143 20 0 70 135 15 30 127 57
Binary 11011111 1100011 10000 0 111000 1011101 1101 11000 1010111 101111

Color Harmonies of #DF6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6310

Black with #DF6310

Text Example


Text Example

White with #DF6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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