Html Css Color HEX #D47136 Tango

📋 copy color: '#D47136'

red 212 ◦ green 113 ◦ blue 54

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

Shades of Tango #D47136

Tints of Tango #D47136

RGB

 RED value IS 212 (83.2% from 255) = 55.94%

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 55.94%
G = 29.82%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D47136 (or 0xD47136) is known color: Tango. HEX triplet: D4, 71 and 36. RGB value is (212,113,54). Sum of RGB (Red+Green+Blue) = 212+113+54=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D47136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47136 is #2B8EC9. Grayscale: #888888. Windows color (decimal): -2854602 or 3568084. OLE color: 3568084.

HSL color Cylindrical-coordinate representation of color #D47136: hue angle of 22.41º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47136 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 54 -
CMYK 0 0.47 0.75 0.17
HSL 22.41º 0.65% 0.52% -
HSV(B) 22.41º 0.75% 0.83% -
XYZ 33.72 26.07 6.75 -
YUV 135.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 212 113 54 0 0.47 0.75 0.17 22.41 0.65 0.52
Hex D4 71 36 0 2F 4B 11 16 41 34
Octal 324 161 66 0 57 113 21 26 101 64
Binary 11010100 1110001 110110 0 101111 1001011 10001 10110 1000001 110100

Color Harmonies of #D47136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47136

Black with #D47136

Text Example


Text Example

White with #D47136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47136; }

 p { color: rgb(212,113,54); }

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

background-color css

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

 a { background-color: rgb(212,113,54); }

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

border-color css

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

 span { border-color: rgb(212,113,54); }

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