#D87226

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

Shades of Tahiti Gold #D87226

Tints of Tahiti Gold #D87226

Color information

#D87226 (or 0xD87226) is unknown color: approx Tahiti Gold. HEX triplet: D8, 72 and 26. RGB value is (216,114,38). Sum of RGB (Red+Green+Blue) = 216+114+38=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D87226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87226 is #278DD9. Grayscale: #888888. Windows color (decimal): -2592218 or 2519768. OLE color: 2519768.

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

Color convert

RGB21611438-
CMYK00.470.820.15
HSL25.62º70.08%49.8%-
HSV(B)25.62º82.41%84.71%-
XYZ34.6926.775.17-
YUV135.8372.79185.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 38 (15.23% from 255) = 10.33%
R=58.70%
G=30.98%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161143800.470.820.1525.6270.0849.8
HexD8722602F52F1a4632
Octal33016246057122173210662
Binary110110001110010100110010111110100101111110101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87226; }

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

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

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

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

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

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

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

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