Html Css Color HEX #D16A10 Chocolate

📋 copy color: '#D16A10'

red 209 ◦ green 106 ◦ blue 16

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

Shades of Chocolate #D16A10

Tints of Chocolate #D16A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 63.14%
G = 32.02%
B = 4.83%

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

#D16A10 (or 0xD16A10) is known color: Chocolate. HEX triplet: D1, 6A and 10. RGB value is (209,106,16). Sum of RGB (Red+Green+Blue) = 209+106+16=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A10 is #2E95EF. Grayscale: #7F7F7F. Windows color (decimal): -3053040 or 1075921. OLE color: 1075921.

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

Color convert

RGB 209 106 16 -
CMYK 0 0.49 0.92 0.18
HSL 27.98º 0.86% 0.44% -
HSV(B) 27.98º 0.92% 0.82% -
XYZ 31.54 23.9 3.44 -
YUV 126.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 209 106 16 0 0.49 0.92 0.18 27.98 0.86 0.44
Hex D1 6A 10 0 31 5C 12 1C 56 2C
Octal 321 152 20 0 61 134 22 34 126 54
Binary 11010001 1101010 10000 0 110001 1011100 10010 11100 1010110 101100

Color Harmonies of #D16A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A10

Black with #D16A10

Text Example


Text Example

White with #D16A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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