#D87231

Color #D87231 Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #D87231

Tints of Tango #D87231

Color information

#D87231 (or 0xD87231) is unknown color: approx Tango. HEX triplet: D8, 72 and 31. RGB value is (216,114,49). Sum of RGB (Red+Green+Blue) = 216+114+49=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D87231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87231 is #278DCE. Grayscale: #898989. Windows color (decimal): -2592207 or 3240664. OLE color: 3240664.

HSL color Cylindrical-coordinate representation of color #D87231: hue angle of 23.35º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D87231 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21611449-
CMYK00.470.770.15
HSL23.35º68.16%51.96%-
HSV(B)23.35º77.31%84.71%-
XYZ34.8926.866.25-
YUV137.0978.29184.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=56.99%
G=30.08%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161144900.470.770.1523.3568.1651.96
HexD8723102F4DF174434
Octal33016261057115172710464
Binary110110001110010110001010111110011011111101111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87231; }

 p { color: rgb(216,114,49); }

 H1.HeaderClassName
 {
   color: #D87231;
 }
 .AnyTagClassName
 {
   color: #D87231;
 }
</style>
background-color css

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

 a { background-color: rgb(216,114,49); }

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

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

 span { border-color: rgb(216,114,49); }

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