#db7525

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

Shades of Tahiti Gold #DB7525

Tints of Tahiti Gold #DB7525

Color information

#DB7525 (or 0xDB7525) is unknown color: approx Tahiti Gold. HEX triplet: DB, 75 and 25. RGB value is (219,117,37). Sum of RGB (Red+Green+Blue) = 219+117+37=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7525 is #248ADA. Grayscale: #8A8A8A. Windows color (decimal): -2394843 or 2455003. OLE color: 2455003.

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

Color convert

RGB21911737-
CMYK00.470.830.14
HSL26.37º71.65%50.2%-
HSV(B)26.37º83.11%85.88%-
XYZ35.9127.925.25-
YUV138.3870.79185.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=58.71%
G=31.37%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191173700.470.830.1426.3771.6550.2
HexDB752502F53E1a4832
Octal33316545057123163211062
Binary110110111110101100101010111110100111110110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7525; }

 p { color: rgb(219,117,37); }

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

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

 a { background-color: rgb(219,117,37); }

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

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

 span { border-color: rgb(219,117,37); }

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