#D87225

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

Shades of Tahiti Gold #D87225

Tints of Tahiti Gold #D87225

Color information

#D87225 (or 0xD87225) is unknown color: approx Tahiti Gold. HEX triplet: D8, 72 and 25. RGB value is (216,114,37). Sum of RGB (Red+Green+Blue) = 216+114+37=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D87225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87225 is #278DDA. Grayscale: #888888. Windows color (decimal): -2592219 or 2454232. OLE color: 2454232.

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

Color convert

RGB21611437-
CMYK00.470.830.15
HSL25.81º70.75%49.61%-
HSV(B)25.81º82.87%84.71%-
XYZ34.6726.775.09-
YUV135.7272.29185.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.86%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 37 (14.84% from 255) = 10.08%
R=58.86%
G=31.06%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161143700.470.830.1525.8170.7549.61
HexD8722502F53F1a4732
Octal33016245057123173210762
Binary110110001110010100101010111110100111111110101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87225; }

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

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

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

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

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

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

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

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