#D5A846

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

Shades of Tulip Tree #D5A846

Tints of Tulip Tree #D5A846

Color information

#D5A846 (or 0xD5A846) is unknown color: approx Tulip Tree. HEX triplet: D5, A8 and 46. RGB value is (213,168,70). Sum of RGB (Red+Green+Blue) = 213+168+70=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A846 is #2A57B9. Grayscale: #AAAAAA. Windows color (decimal): -2774970 or 4630741. OLE color: 4630741.

HSL color Cylindrical-coordinate representation of color #D5A846: hue angle of 41.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5A846 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21316870-
CMYK00.210.670.16
HSL41.12º63%55.49%-
HSV(B)41.12º67.14%83.53%-
XYZ42.5542.5911.77-
YUV170.2871.41158.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 70 (27.73% from 255) = 15.52%
R=47.23%
G=37.25%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131687000.210.670.1641.126355.49
HexD5A8460154310293f37
Octal32525010602510320517767
Binary11010101101010001000110010101100001110000101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A846; }

 p { color: rgb(213,168,70); }

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

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

 a { background-color: rgb(213,168,70); }

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

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

 span { border-color: rgb(213,168,70); }

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