#DBA547

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

Shades of Tulip Tree #DBA547

Tints of Tulip Tree #DBA547

Color information

#DBA547 (or 0xDBA547) is unknown color: approx Tulip Tree. HEX triplet: DB, A5 and 47. RGB value is (219,165,71). Sum of RGB (Red+Green+Blue) = 219+165+71=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA547 is #245AB8. Grayscale: #AAAAAA. Windows color (decimal): -2382521 or 4695515. OLE color: 4695515.

HSL color Cylindrical-coordinate representation of color #DBA547: hue angle of 38.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA547 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB21916571-
CMYK00.250.680.14
HSL38.11º67.27%56.86%-
HSV(B)38.11º67.58%85.88%-
XYZ43.8142.4311.84-
YUV170.4371.89162.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 71 (28.12% from 255) = 15.60%
R=48.13%
G=36.26%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191657100.250.680.1438.1167.2756.86
HexDBA54701944E264339
Octal333245107031104164610371
Binary11011011101001011000111011001100010011101001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA547; }

 p { color: rgb(219,165,71); }

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

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

 a { background-color: rgb(219,165,71); }

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

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

 span { border-color: rgb(219,165,71); }

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