Html Css Color HEX #D16916 Chocolate

📋 copy color: '#D16916'

red 209 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #D16916

Tints of Chocolate #D16916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 62.2%
G = 31.25%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16916 (or 0xD16916) is known color: Chocolate. HEX triplet: D1, 69 and 16. RGB value is (209,105,22). Sum of RGB (Red+Green+Blue) = 209+105+22=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D16916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16916 is #2E96E9. Grayscale: #7F7F7F. Windows color (decimal): -3053290 or 1468881. OLE color: 1468881.

HSL color Cylindrical-coordinate representation of color #D16916: hue angle of 26.63º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16916 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 22 -
CMYK 0 0.50 0.89 0.18
HSL 26.63º 0.81% 0.45% -
HSV(B) 26.63º 0.89% 0.82% -
XYZ 31.49 23.72 3.68 -
YUV 126.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 209 105 22 0 0.50 0.89 0.18 26.63 0.81 0.45
Hex D1 69 16 0 32 59 12 1B 51 2D
Octal 321 151 26 0 62 131 22 33 121 55
Binary 11010001 1101001 10110 0 110010 1011001 10010 11011 1010001 101101

Color Harmonies of #D16916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16916

Black with #D16916

Text Example


Text Example

White with #D16916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16916; }

 p { color: rgb(209,105,22); }

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

background-color css

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

 a { background-color: rgb(209,105,22); }

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

border-color css

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

 span { border-color: rgb(209,105,22); }

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