#D5A946

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

Shades of Tulip Tree #D5A946

Tints of Tulip Tree #D5A946

Color information

#D5A946 (or 0xD5A946) is unknown color: approx Tulip Tree. HEX triplet: D5, A9 and 46. RGB value is (213,169,70). Sum of RGB (Red+Green+Blue) = 213+169+70=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A946 is #2A56B9. Grayscale: #ABABAB. Windows color (decimal): -2774714 or 4630997. OLE color: 4630997.

HSL color Cylindrical-coordinate representation of color #D5A946: hue angle of 41.54º 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 #D5A946 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21316970-
CMYK00.210.670.16
HSL41.54º63%55.49%-
HSV(B)41.54º67.14%83.53%-
XYZ42.7342.9611.83-
YUV170.8771.08158.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 70 (27.73% from 255) = 15.49%
R=47.12%
G=37.39%
B=15.49%

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
Decimal2131697000.210.670.1641.546355.49
HexD5A94601543102a3f37
Octal32525110602510320527767
Binary11010101101010011000110010101100001110000101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A946; }

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

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

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

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

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

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

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

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