#DBB545

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

Shades of Tulip Tree #DBB545

Tints of Tulip Tree #DBB545

Color information

#DBB545 (or 0xDBB545) is unknown color: approx Tulip Tree. HEX triplet: DB, B5 and 45. RGB value is (219,181,69). Sum of RGB (Red+Green+Blue) = 219+181+69=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB545 is #244ABA. Grayscale: #B4B4B4. Windows color (decimal): -2378427 or 4568539. OLE color: 4568539.

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

Color convert

RGB21918169-
CMYK00.170.680.14
HSL44.8º67.57%56.47%-
HSV(B)44.8º68.49%85.88%-
XYZ46.8148.5412.53-
YUV179.5965.59156.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=46.70%
G=38.59%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191816900.170.680.1444.867.5756.47
HexDBB54501144E2d4438
Octal333265105021104165510470
Binary11011011101101011000101010001100010011101011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB545; }

 p { color: rgb(219,181,69); }

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

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

 a { background-color: rgb(219,181,69); }

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

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

 span { border-color: rgb(219,181,69); }

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