#D7A845

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

Shades of Tulip Tree #D7A845

Tints of Tulip Tree #D7A845

Color information

#D7A845 (or 0xD7A845) is unknown color: approx Tulip Tree. HEX triplet: D7, A8 and 45. RGB value is (215,168,69). Sum of RGB (Red+Green+Blue) = 215+168+69=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A845 is #2857BA. Grayscale: #ABABAB. Windows color (decimal): -2643899 or 4565207. OLE color: 4565207.

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

Color convert

RGB21516869-
CMYK00.220.680.16
HSL40.68º64.6%55.69%-
HSV(B)40.68º67.91%84.31%-
XYZ43.142.8811.64-
YUV170.7770.57159.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 69 (27.34% from 255) = 15.27%
R=47.57%
G=37.17%
B=15.27%

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
Decimal2151686900.220.680.1640.6864.655.69
HexD7A8450164410294138
Octal327250105026104205110170
Binary110101111010100010001010101101000100100001010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A845; }

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

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

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

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

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

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

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

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