Html Css Color HEX #DA7210 Chocolate

📋 copy color: '#DA7210'

red 218 ◦ green 114 ◦ blue 16

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

Shades of Chocolate #DA7210

Tints of Chocolate #DA7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 62.64%
G = 32.76%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7210 (or 0xDA7210) is known color: Chocolate. HEX triplet: DA, 72 and 10. RGB value is (218,114,16). Sum of RGB (Red+Green+Blue) = 218+114+16=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7210 is #258DEF. Grayscale: #868686. Windows color (decimal): -2461168 or 1077978. OLE color: 1077978.

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

Color convert

RGB 218 114 16 -
CMYK 0 0.48 0.93 0.15
HSL 29.11º 0.86% 0.46% -
HSV(B) 29.11º 0.93% 0.85% -
XYZ 35.02 26.98 3.85 -
YUV 133.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 218 114 16 0 0.48 0.93 0.15 29.11 0.86 0.46
Hex DA 72 10 0 30 5D F 1D 56 2E
Octal 332 162 20 0 60 135 17 35 126 56
Binary 11011010 1110010 10000 0 110000 1011101 1111 11101 1010110 101110

Color Harmonies of #DA7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7210

Black with #DA7210

Text Example


Text Example

White with #DA7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7210; }

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

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

background-color css

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

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

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

border-color css

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

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

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