Html Css Color HEX #DA6310 Chocolate

📋 copy color: '#DA6310'

red 218 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #DA6310

Tints of Chocolate #DA6310

RGB

 RED value IS 218 (85.55% from 255) = 65.47%

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

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

R = 65.47%
G = 29.73%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6310 (or 0xDA6310) is known color: Chocolate. HEX triplet: DA, 63 and 10. RGB value is (218,99,16). Sum of RGB (Red+Green+Blue) = 218+99+16=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6310 is #259CEF. Grayscale: #7D7D7D. Windows color (decimal): -2465008 or 1074138. OLE color: 1074138.

HSL color Cylindrical-coordinate representation of color #DA6310: hue angle of 24.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA6310 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 16 -
CMYK 0 0.55 0.93 0.15
HSL 24.65º 0.86% 0.46% -
HSV(B) 24.65º 0.93% 0.85% -
XYZ 33.47 23.87 3.33 -
YUV 125.12 66.42 194.25 -
System Red Green Blue C M Y K H S L
Decimal 218 99 16 0 0.55 0.93 0.15 24.65 0.86 0.46
Hex DA 63 10 0 37 5D F 19 56 2E
Octal 332 143 20 0 67 135 17 31 126 56
Binary 11011010 1100011 10000 0 110111 1011101 1111 11001 1010110 101110

Color Harmonies of #DA6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6310

Black with #DA6310

Text Example


Text Example

White with #DA6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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