Html Css Color HEX #DA6410 Chocolate

📋 copy color: '#DA6410'

red 218 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #DA6410

Tints of Chocolate #DA6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 65.27%
G = 29.94%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6410 (or 0xDA6410) is known color: Chocolate. HEX triplet: DA, 64 and 10. RGB value is (218,100,16). Sum of RGB (Red+Green+Blue) = 218+100+16=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6410 is #259BEF. Grayscale: #7E7E7E. Windows color (decimal): -2464752 or 1074394. OLE color: 1074394.

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

Color convert

RGB 218 100 16 -
CMYK 0 0.54 0.93 0.15
HSL 24.95º 0.86% 0.46% -
HSV(B) 24.95º 0.93% 0.85% -
XYZ 33.56 24.06 3.36 -
YUV 125.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 218 100 16 0 0.54 0.93 0.15 24.95 0.86 0.46
Hex DA 64 10 0 36 5D F 19 56 2E
Octal 332 144 20 0 66 135 17 31 126 56
Binary 11011010 1100100 10000 0 110110 1011101 1111 11001 1010110 101110

Color Harmonies of #DA6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6410

Black with #DA6410

Text Example


Text Example

White with #DA6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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