#D4A545

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

Shades of Tulip Tree #D4A545

Tints of Tulip Tree #D4A545

Color information

#D4A545 (or 0xD4A545) is unknown color: approx Tulip Tree. HEX triplet: D4, A5 and 45. RGB value is (212,165,69). Sum of RGB (Red+Green+Blue) = 212+165+69=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A545 is #2B5ABA. Grayscale: #A8A8A8. Windows color (decimal): -2841275 or 4564436. OLE color: 4564436.

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

Color convert

RGB21216569-
CMYK00.220.670.17
HSL40.28º62.45%55.1%-
HSV(B)40.28º67.45%83.14%-
XYZ41.6841.3411.41-
YUV168.1172.07159.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 69 (27.34% from 255) = 15.47%
R=47.53%
G=37.00%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121656900.220.670.1740.2862.4555.1
HexD4A5450164311283e37
Octal32424510502610321507667
Binary11010100101001011000101010110100001110001101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A545; }

 p { color: rgb(212,165,69); }

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

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

 a { background-color: rgb(212,165,69); }

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

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

 span { border-color: rgb(212,165,69); }

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