Html Css Color HEX #D16D16 Chocolate

📋 copy color: '#D16D16'

red 209 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #D16D16

Tints of Chocolate #D16D16

RGB

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

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

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

R = 61.47%
G = 32.06%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16D16 (or 0xD16D16) is known color: Chocolate. HEX triplet: D1, 6D and 16. RGB value is (209,109,22). Sum of RGB (Red+Green+Blue) = 209+109+22=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D16 is #2E92E9. Grayscale: #818181. Windows color (decimal): -3052266 or 1469905. OLE color: 1469905.

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

Color convert

RGB 209 109 22 -
CMYK 0 0.48 0.89 0.18
HSL 27.91º 0.81% 0.45% -
HSV(B) 27.91º 0.89% 0.82% -
XYZ 31.91 24.55 3.82 -
YUV 128.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 209 109 22 0 0.48 0.89 0.18 27.91 0.81 0.45
Hex D1 6D 16 0 30 59 12 1C 51 2D
Octal 321 155 26 0 60 131 22 34 121 55
Binary 11010001 1101101 10110 0 110000 1011001 10010 11100 1010001 101101

Color Harmonies of #D16D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D16

Black with #D16D16

Text Example


Text Example

White with #D16D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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