#DBA035

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

Shades of Tulip Tree #DBA035

Tints of Tulip Tree #DBA035

Color information

#DBA035 (or 0xDBA035) is unknown color: approx Tulip Tree. HEX triplet: DB, A0 and 35. RGB value is (219,160,53). Sum of RGB (Red+Green+Blue) = 219+160+53=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA035 is #245FCA. Grayscale: #A5A5A5. Windows color (decimal): -2383819 or 3514587. OLE color: 3514587.

HSL color Cylindrical-coordinate representation of color #DBA035: hue angle of 38.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBA035 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB21916053-
CMYK00.270.760.14
HSL38.67º69.75%53.33%-
HSV(B)38.67º75.8%85.88%-
XYZ42.4340.468.94-
YUV165.4464.55166.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=50.69%
G=37.04%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191605300.270.760.1438.6769.7553.33
HexDBA03501B4CE274635
Octal33324065033114164710665
Binary1101101110100000110101011011100110011101001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA035; }

 p { color: rgb(219,160,53); }

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

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

 a { background-color: rgb(219,160,53); }

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

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

 span { border-color: rgb(219,160,53); }

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