Html Css Color HEX #D16D2E Tango

📋 copy color: '#D16D2E'

red 209 ◦ green 109 ◦ blue 46

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

Shades of Tango #D16D2E

Tints of Tango #D16D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 57.42%
G = 29.95%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D16D2E (or 0xD16D2E) is known color: Tango. HEX triplet: D1, 6D and 2E. RGB value is (209,109,46). Sum of RGB (Red+Green+Blue) = 209+109+46=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D2E is #2E92D1. Grayscale: #848484. Windows color (decimal): -3052242 or 3042769. OLE color: 3042769.

HSL color Cylindrical-coordinate representation of color #D16D2E: hue angle of 23.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D16D2E is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 109 46 -
CMYK 0 0.48 0.78 0.18
HSL 23.19º 0.64% 0.5% -
HSV(B) 23.19º 0.78% 0.82% -
XYZ 32.26 24.69 5.65 -
YUV 131.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 209 109 46 0 0.48 0.78 0.18 23.19 0.64 0.5
Hex D1 6D 2E 0 30 4E 12 17 40 32
Octal 321 155 56 0 60 116 22 27 100 62
Binary 11010001 1101101 101110 0 110000 1001110 10010 10111 1000000 110010

Color Harmonies of #D16D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D2E

Black with #D16D2E

Text Example


Text Example

White with #D16D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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