Html Css Color HEX #D16D3B Tango

📋 copy color: '#D16D3B'

red 209 ◦ green 109 ◦ blue 59

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

Shades of Tango #D16D3B

Tints of Tango #D16D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 55.44%
G = 28.91%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D16D3B (or 0xD16D3B) is known color: Tango. HEX triplet: D1, 6D and 3B. RGB value is (209,109,59). Sum of RGB (Red+Green+Blue) = 209+109+59=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D3B is #2E92C4. Grayscale: #858585. Windows color (decimal): -3052229 or 3894737. OLE color: 3894737.

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

Color convert

RGB 209 109 59 -
CMYK 0 0.48 0.72 0.18
HSL 20º 0.62% 0.53% -
HSV(B) 20º 0.72% 0.82% -
XYZ 32.55 24.81 7.21 -
YUV 133.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 209 109 59 0 0.48 0.72 0.18 20 0.62 0.53
Hex D1 6D 3B 0 30 48 12 14 3E 35
Octal 321 155 73 0 60 110 22 24 76 65
Binary 11010001 1101101 111011 0 110000 1001000 10010 10100 111110 110101

Color Harmonies of #D16D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D3B

Black with #D16D3B

Text Example


Text Example

White with #D16D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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