Html Css Color HEX #DA7410 Chocolate

📋 copy color: '#DA7410'

red 218 ◦ green 116 ◦ blue 16

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

Shades of Chocolate #DA7410

Tints of Chocolate #DA7410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 62.29%
G = 33.14%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7410 (or 0xDA7410) is known color: Chocolate. HEX triplet: DA, 74 and 10. RGB value is (218,116,16). Sum of RGB (Red+Green+Blue) = 218+116+16=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7410 is #258BEF. Grayscale: #878787. Windows color (decimal): -2460656 or 1078490. OLE color: 1078490.

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

Color convert

RGB 218 116 16 -
CMYK 0 0.47 0.93 0.15
HSL 29.7º 0.86% 0.46% -
HSV(B) 29.7º 0.93% 0.85% -
XYZ 35.25 27.43 3.93 -
YUV 135.1 60.79 187.13 -
System Red Green Blue C M Y K H S L
Decimal 218 116 16 0 0.47 0.93 0.15 29.7 0.86 0.46
Hex DA 74 10 0 2F 5D F 1E 56 2E
Octal 332 164 20 0 57 135 17 36 126 56
Binary 11011010 1110100 10000 0 101111 1011101 1111 11110 1010110 101110

Color Harmonies of #DA7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7410

Black with #DA7410

Text Example


Text Example

White with #DA7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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