Html Css Color HEX #D16B10 Chocolate

📋 copy color: '#D16B10'

red 209 ◦ green 107 ◦ blue 16

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

Shades of Chocolate #D16B10

Tints of Chocolate #D16B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 62.95%
G = 32.23%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16B10 (or 0xD16B10) is known color: Chocolate. HEX triplet: D1, 6B and 10. RGB value is (209,107,16). Sum of RGB (Red+Green+Blue) = 209+107+16=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16B10 is #2E94EF. Grayscale: #7F7F7F. Windows color (decimal): -3052784 or 1076177. OLE color: 1076177.

HSL color Cylindrical-coordinate representation of color #D16B10: hue angle of 28.29º 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 #D16B10 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 16 -
CMYK 0 0.49 0.92 0.18
HSL 28.29º 0.86% 0.44% -
HSV(B) 28.29º 0.92% 0.82% -
XYZ 31.65 24.11 3.48 -
YUV 127.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 209 107 16 0 0.49 0.92 0.18 28.29 0.86 0.44
Hex D1 6B 10 0 31 5C 12 1C 56 2C
Octal 321 153 20 0 61 134 22 34 126 54
Binary 11010001 1101011 10000 0 110001 1011100 10010 11100 1010110 101100

Color Harmonies of #D16B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B10

Black with #D16B10

Text Example


Text Example

White with #D16B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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