#D86E2A

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

Shades of Tahiti Gold #D86E2A

Tints of Tahiti Gold #D86E2A

Color information

#D86E2A (or 0xD86E2A) is unknown color: approx Tahiti Gold. HEX triplet: D8, 6E and 2A. RGB value is (216,110,42). Sum of RGB (Red+Green+Blue) = 216+110+42=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E2A is #2791D5. Grayscale: #868686. Windows color (decimal): -2593238 or 2780888. OLE color: 2780888.

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

Color convert

RGB21611042-
CMYK00.490.810.15
HSL23.45º69.05%50.59%-
HSV(B)23.45º80.56%84.71%-
XYZ34.3125.925.38-
YUV133.9476.12186.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=58.70%
G=29.89%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161104200.490.810.1523.4569.0550.59
HexD86E2A03151F174533
Octal33015652061121172710563
Binary110110001101110101010011000110100011111101111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E2A; }

 p { color: rgb(216,110,42); }

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

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

 a { background-color: rgb(216,110,42); }

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

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

 span { border-color: rgb(216,110,42); }

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