#D86F30

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

Shades of Tango #D86F30

Tints of Tango #D86F30

Color information

#D86F30 (or 0xD86F30) is unknown color: approx Tango. HEX triplet: D8, 6F and 30. RGB value is (216,111,48). Sum of RGB (Red+Green+Blue) = 216+111+48=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F30 is #2790CF. Grayscale: #878787. Windows color (decimal): -2592976 or 3174360. OLE color: 3174360.

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

Color convert

RGB21611148-
CMYK00.490.780.15
HSL22.5º68.29%51.76%-
HSV(B)22.5º77.78%84.71%-
XYZ34.5426.186.03-
YUV135.2178.79185.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 48 (19.14% from 255) = 12.8%
R=57.6%
G=29.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161114800.490.780.1522.568.2951.76
HexD86F300314EF164434
Octal33015760061116172610464
Binary110110001101111110000011000110011101111101101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F30; }

 p { color: rgb(216,111,48); }

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

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

 a { background-color: rgb(216,111,48); }

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

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

 span { border-color: rgb(216,111,48); }

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