#D9AA40

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

Shades of Tulip Tree #D9AA40

Tints of Tulip Tree #D9AA40

Color information

#D9AA40 (or 0xD9AA40) is unknown color: approx Tulip Tree. HEX triplet: D9, AA and 40. RGB value is (217,170,64). Sum of RGB (Red+Green+Blue) = 217+170+64=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA40 is #2655BF. Grayscale: #ACACAC. Windows color (decimal): -2512320 or 4238041. OLE color: 4238041.

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

Color convert

RGB21717064-
CMYK00.220.710.15
HSL41.57º66.81%55.1%-
HSV(B)41.57º70.51%85.1%-
XYZ43.9243.8711-
YUV171.9767.07160.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=48.12%
G=37.69%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171706400.220.710.1541.5766.8155.1
HexD9AA4001647F2a4337
Octal331252100026107175210367
Binary11011001101010101000000010110100011111111010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA40; }

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

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

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

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

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

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

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

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