#D5A745

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

Shades of Tulip Tree #D5A745

Tints of Tulip Tree #D5A745

Color information

#D5A745 (or 0xD5A745) is unknown color: approx Tulip Tree. HEX triplet: D5, A7 and 45. RGB value is (213,167,69). Sum of RGB (Red+Green+Blue) = 213+167+69=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A745 is #2A58BA. Grayscale: #AAAAAA. Windows color (decimal): -2775227 or 4564949. OLE color: 4564949.

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

Color convert

RGB21316769-
CMYK00.220.680.16
HSL40.83º63.16%55.29%-
HSV(B)40.83º67.61%83.53%-
XYZ42.3342.2111.55-
YUV169.5871.24158.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 69 (27.34% from 255) = 15.37%
R=47.44%
G=37.19%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131676900.220.680.1640.8363.1655.29
HexD5A7450164410293f37
Octal32524710502610420517767
Binary11010101101001111000101010110100010010000101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A745; }

 p { color: rgb(213,167,69); }

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

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

 a { background-color: rgb(213,167,69); }

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

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

 span { border-color: rgb(213,167,69); }

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