#D8AA40

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

Shades of Tulip Tree #D8AA40

Tints of Tulip Tree #D8AA40

Color information

#D8AA40 (or 0xD8AA40) is unknown color: approx Tulip Tree. HEX triplet: D8, AA and 40. RGB value is (216,170,64). Sum of RGB (Red+Green+Blue) = 216+170+64=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA40 is #2755BF. Grayscale: #ACACAC. Windows color (decimal): -2577856 or 4238040. OLE color: 4238040.

HSL color Cylindrical-coordinate representation of color #D8AA40: hue angle of 41.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8AA40 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21617064-
CMYK00.210.700.15
HSL41.84º66.09%54.9%-
HSV(B)41.84º70.37%84.71%-
XYZ43.6243.7210.99-
YUV171.6767.24159.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 64 (25.39% from 255) = 14.22%
R=48%
G=37.78%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161706400.210.700.1541.8466.0954.9
HexD8AA4001546F2a4237
Octal330252100025106175210267
Binary11011000101010101000000010101100011011111010101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA40; }

 p { color: rgb(216,170,64); }

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

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

 a { background-color: rgb(216,170,64); }

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

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

 span { border-color: rgb(216,170,64); }

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