#D37125

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

Shades of Tahiti Gold #D37125

Tints of Tahiti Gold #D37125

Color information

#D37125 (or 0xD37125) is unknown color: approx Tahiti Gold. HEX triplet: D3, 71 and 25. RGB value is (211,113,37). Sum of RGB (Red+Green+Blue) = 211+113+37=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D37125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37125 is #2C8EDA. Grayscale: #868686. Windows color (decimal): -2920155 or 2453971. OLE color: 2453971.

HSL color Cylindrical-coordinate representation of color #D37125: hue angle of 26.21º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D37125 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21111337-
CMYK00.460.820.17
HSL26.21º70.16%48.63%-
HSV(B)26.21º82.46%82.75%-
XYZ33.125.794.98-
YUV133.6473.47183.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.45%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 37 (14.84% from 255) = 10.25%
R=58.45%
G=31.30%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111133700.460.820.1726.2170.1648.63
HexD3712502E52111a4631
Octal32316145056122213210661
Binary1101001111100011001010101110101001010001110101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37125; }

 p { color: rgb(211,113,37); }

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

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

 a { background-color: rgb(211,113,37); }

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

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

 span { border-color: rgb(211,113,37); }

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