Html Css Color HEX #D16C34 Tango

📋 copy color: '#D16C34'

red 209 ◦ green 108 ◦ blue 52

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

Shades of Tango #D16C34

Tints of Tango #D16C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 56.64%
G = 29.27%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D16C34 (or 0xD16C34) is known color: Tango. HEX triplet: D1, 6C and 34. RGB value is (209,108,52). Sum of RGB (Red+Green+Blue) = 209+108+52=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C34 is #2E93CB. Grayscale: #848484. Windows color (decimal): -3052492 or 3435729. OLE color: 3435729.

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

Color convert

RGB 209 108 52 -
CMYK 0 0.48 0.75 0.18
HSL 21.4º 0.63% 0.51% -
HSV(B) 21.4º 0.75% 0.82% -
XYZ 32.28 24.53 6.28 -
YUV 131.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 209 108 52 0 0.48 0.75 0.18 21.4 0.63 0.51
Hex D1 6C 34 0 30 4B 12 15 3F 33
Octal 321 154 64 0 60 113 22 25 77 63
Binary 11010001 1101100 110100 0 110000 1001011 10010 10101 111111 110011

Color Harmonies of #D16C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C34

Black with #D16C34

Text Example


Text Example

White with #D16C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C34; }

 p { color: rgb(209,108,52); }

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

background-color css

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

 a { background-color: rgb(209,108,52); }

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

border-color css

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

 span { border-color: rgb(209,108,52); }

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