Html Css Color HEX #D16D10 Chocolate

📋 copy color: '#D16D10'

red 209 ◦ green 109 ◦ blue 16

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

Shades of Chocolate #D16D10

Tints of Chocolate #D16D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 62.57%
G = 32.63%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16D10 (or 0xD16D10) is known color: Chocolate. HEX triplet: D1, 6D and 10. RGB value is (209,109,16). Sum of RGB (Red+Green+Blue) = 209+109+16=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D10 is #2E92EF. Grayscale: #808080. Windows color (decimal): -3052272 or 1076689. OLE color: 1076689.

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

Color convert

RGB 209 109 16 -
CMYK 0 0.48 0.92 0.18
HSL 28.91º 0.86% 0.44% -
HSV(B) 28.91º 0.92% 0.82% -
XYZ 31.86 24.53 3.55 -
YUV 128.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 209 109 16 0 0.48 0.92 0.18 28.91 0.86 0.44
Hex D1 6D 10 0 30 5C 12 1D 56 2C
Octal 321 155 20 0 60 134 22 35 126 54
Binary 11010001 1101101 10000 0 110000 1011100 10010 11101 1010110 101100

Color Harmonies of #D16D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D10

Black with #D16D10

Text Example


Text Example

White with #D16D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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