#DBAE48

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

Shades of Tulip Tree #DBAE48

Tints of Tulip Tree #DBAE48

Color information

#DBAE48 (or 0xDBAE48) is unknown color: approx Tulip Tree. HEX triplet: DB, AE and 48. RGB value is (219,174,72). Sum of RGB (Red+Green+Blue) = 219+174+72=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE48 is #2451B7. Grayscale: #B0B0B0. Windows color (decimal): -2380216 or 4763355. OLE color: 4763355.

HSL color Cylindrical-coordinate representation of color #DBAE48: hue angle of 41.63º 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 #DBAE48 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21917472-
CMYK00.210.670.14
HSL41.63º67.12%57.06%-
HSV(B)41.63º67.12%85.88%-
XYZ45.5245.812.57-
YUV175.8369.41158.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=47.10%
G=37.42%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191747200.210.670.1441.6367.1257.06
HexDBAE4801543E2a4339
Octal333256110025103165210371
Binary11011011101011101001000010101100001111101010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE48; }

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

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

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

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

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

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

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

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