#D8A543

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

Shades of Tulip Tree #D8A543

Tints of Tulip Tree #D8A543

Color information

#D8A543 (or 0xD8A543) is unknown color: approx Tulip Tree. HEX triplet: D8, A5 and 43. RGB value is (216,165,67). Sum of RGB (Red+Green+Blue) = 216+165+67=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A543 is #275ABC. Grayscale: #A9A9A9. Windows color (decimal): -2579133 or 4433368. OLE color: 4433368.

HSL color Cylindrical-coordinate representation of color #D8A543: hue angle of 39.46º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8A543 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21616567-
CMYK00.240.690.15
HSL39.46º65.64%55.49%-
HSV(B)39.46º68.98%84.71%-
XYZ42.7941.9111.15-
YUV169.0870.4161.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 67 (26.56% from 255) = 14.96%
R=48.21%
G=36.83%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161656700.240.690.1539.4665.6455.49
HexD8A54301845F274237
Octal330245103030105174710267
Binary11011000101001011000011011000100010111111001111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A543; }

 p { color: rgb(216,165,67); }

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

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

 a { background-color: rgb(216,165,67); }

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

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

 span { border-color: rgb(216,165,67); }

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