#DAB044

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

Shades of Tulip Tree #DAB044

Tints of Tulip Tree #DAB044

Color information

#DAB044 (or 0xDAB044) is unknown color: approx Tulip Tree. HEX triplet: DA, B0 and 44. RGB value is (218,176,68). Sum of RGB (Red+Green+Blue) = 218+176+68=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB044 is #254FBB. Grayscale: #B0B0B0. Windows color (decimal): -2445244 or 4501722. OLE color: 4501722.

HSL color Cylindrical-coordinate representation of color #DAB044: hue angle of 43.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAB044 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21817668-
CMYK00.190.690.15
HSL43.2º66.96%56.08%-
HSV(B)43.2º68.81%85.49%-
XYZ45.4846.3712.02-
YUV176.2566.91157.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=47.19%
G=38.10%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181766800.190.690.1543.266.9656.08
HexDAB04401345F2b4338
Octal332260104023105175310370
Binary11011010101100001000100010011100010111111010111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB044; }

 p { color: rgb(218,176,68); }

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

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

 a { background-color: rgb(218,176,68); }

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

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

 span { border-color: rgb(218,176,68); }

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