Html Css Color HEX #D16210 Chocolate

📋 copy color: '#D16210'

red 209 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D16210

Tints of Chocolate #D16210

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 64.71%
G = 30.34%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16210 (or 0xD16210) is known color: Chocolate. HEX triplet: D1, 62 and 10. RGB value is (209,98,16). Sum of RGB (Red+Green+Blue) = 209+98+16=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D16210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16210 is #2E9DEF. Grayscale: #7A7A7A. Windows color (decimal): -3055088 or 1073873. OLE color: 1073873.

HSL color Cylindrical-coordinate representation of color #D16210: hue angle of 25.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D16210 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 16 -
CMYK 0 0.53 0.92 0.18
HSL 25.49º 0.86% 0.44% -
HSV(B) 25.49º 0.92% 0.82% -
XYZ 30.76 22.33 3.18 -
YUV 121.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 209 98 16 0 0.53 0.92 0.18 25.49 0.86 0.44
Hex D1 62 10 0 35 5C 12 19 56 2C
Octal 321 142 20 0 65 134 22 31 126 54
Binary 11010001 1100010 10000 0 110101 1011100 10010 11001 1010110 101100

Color Harmonies of #D16210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16210

Black with #D16210

Text Example


Text Example

White with #D16210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16210; }

 p { color: rgb(209,98,16); }

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

background-color css

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

 a { background-color: rgb(209,98,16); }

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

border-color css

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

 span { border-color: rgb(209,98,16); }

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