#D7A945

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

Shades of Tulip Tree #D7A945

Tints of Tulip Tree #D7A945

Color information

#D7A945 (or 0xD7A945) is unknown color: approx Tulip Tree. HEX triplet: D7, A9 and 45. RGB value is (215,169,69). Sum of RGB (Red+Green+Blue) = 215+169+69=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A945 is #2856BA. Grayscale: #ABABAB. Windows color (decimal): -2643643 or 4565463. OLE color: 4565463.

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

Color convert

RGB21516969-
CMYK00.210.680.16
HSL41.1º64.6%55.69%-
HSV(B)41.1º67.91%84.31%-
XYZ43.2943.2511.7-
YUV171.3570.24159.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=47.46%
G=37.31%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151696900.210.680.1641.164.655.69
HexD7A9450154410294138
Octal327251105025104205110170
Binary110101111010100110001010101011000100100001010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A945; }

 p { color: rgb(215,169,69); }

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

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

 a { background-color: rgb(215,169,69); }

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

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

 span { border-color: rgb(215,169,69); }

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