#DAA443

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

Shades of Tulip Tree #DAA443

Tints of Tulip Tree #DAA443

Color information

#DAA443 (or 0xDAA443) is unknown color: approx Tulip Tree. HEX triplet: DA, A4 and 43. RGB value is (218,164,67). Sum of RGB (Red+Green+Blue) = 218+164+67=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA443 is #255BBC. Grayscale: #A9A9A9. Windows color (decimal): -2448317 or 4433114. OLE color: 4433114.

HSL color Cylindrical-coordinate representation of color #DAA443: hue angle of 38.54º 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 #DAA443 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21816467-
CMYK00.250.690.15
HSL38.54º67.11%55.88%-
HSV(B)38.54º69.27%85.49%-
XYZ43.241.8611.11-
YUV169.0970.39162.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 67 (26.56% from 255) = 14.92%
R=48.55%
G=36.53%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181646700.250.690.1538.5467.1155.88
HexDAA44301945F274338
Octal332244103031105174710370
Binary11011010101001001000011011001100010111111001111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA443; }

 p { color: rgb(218,164,67); }

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

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

 a { background-color: rgb(218,164,67); }

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

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

 span { border-color: rgb(218,164,67); }

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