#D8A039

Color #D8A039 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #D8A039

Tints of Tulip Tree #D8A039

Color information

#D8A039 (or 0xD8A039) is unknown color: approx Tulip Tree. HEX triplet: D8, A0 and 39. RGB value is (216,160,57). Sum of RGB (Red+Green+Blue) = 216+160+57=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A039 is #275FC6. Grayscale: #A5A5A5. Windows color (decimal): -2580423 or 3776728. OLE color: 3776728.

HSL color Cylindrical-coordinate representation of color #D8A039: hue angle of 38.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8A039 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB21616057-
CMYK00.260.740.15
HSL38.87º67.09%53.53%-
HSV(B)38.87º73.61%84.71%-
XYZ41.6340.049.4-
YUV16567.05164.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=49.88%
G=36.95%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161605700.260.740.1538.8767.0953.53
HexD8A03901A4AF274336
Octal33024071032112174710366
Binary1101100010100000111001011010100101011111001111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A039; }

 p { color: rgb(216,160,57); }

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

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

 a { background-color: rgb(216,160,57); }

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

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

 span { border-color: rgb(216,160,57); }

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