#D8A53B

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

Shades of Tulip Tree #D8A53B

Tints of Tulip Tree #D8A53B

Color information

#D8A53B (or 0xD8A53B) is unknown color: approx Tulip Tree. HEX triplet: D8, A5 and 3B. RGB value is (216,165,59). Sum of RGB (Red+Green+Blue) = 216+165+59=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A53B is #275AC4. Grayscale: #A8A8A8. Windows color (decimal): -2579141 or 3909080. OLE color: 3909080.

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

Color convert

RGB21616559-
CMYK00.240.730.15
HSL40.51º66.81%53.92%-
HSV(B)40.51º72.69%84.71%-
XYZ42.5641.829.97-
YUV168.1666.4162.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 59 (23.44% from 255) = 13.41%
R=49.09%
G=37.5%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161655900.240.730.1540.5166.8153.92
HexD8A53B01849F294336
Octal33024573030111175110366
Binary1101100010100101111011011000100100111111010011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A53B; }

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

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

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

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

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

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

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

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