#DBAA48

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

Shades of Tulip Tree #DBAA48

Tints of Tulip Tree #DBAA48

Color information

#DBAA48 (or 0xDBAA48) is unknown color: approx Tulip Tree. HEX triplet: DB, AA and 48. RGB value is (219,170,72). Sum of RGB (Red+Green+Blue) = 219+170+72=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA48 is #2455B7. Grayscale: #ADADAD. Windows color (decimal): -2381240 or 4762331. OLE color: 4762331.

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

Color convert

RGB21917072-
CMYK00.220.670.14
HSL40º67.12%57.06%-
HSV(B)40º67.12%85.88%-
XYZ44.7644.2812.32-
YUV173.4870.73160.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=47.51%
G=36.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191707200.220.670.144067.1257.06
HexDBAA4801643E284339
Octal333252110026103165010371
Binary11011011101010101001000010110100001111101010001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA48; }

 p { color: rgb(219,170,72); }

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

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

 a { background-color: rgb(219,170,72); }

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

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

 span { border-color: rgb(219,170,72); }

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