#DAA43E

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

Shades of Tulip Tree #DAA43E

Tints of Tulip Tree #DAA43E

Color information

#DAA43E (or 0xDAA43E) is unknown color: approx Tulip Tree. HEX triplet: DA, A4 and 3E. RGB value is (218,164,62). Sum of RGB (Red+Green+Blue) = 218+164+62=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA43E is #255BC1. Grayscale: #A8A8A8. Windows color (decimal): -2448322 or 4105434. OLE color: 4105434.

HSL color Cylindrical-coordinate representation of color #DAA43E: hue angle of 39.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA43E is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21816462-
CMYK00.250.720.15
HSL39.23º67.83%54.9%-
HSV(B)39.23º71.56%85.49%-
XYZ43.0641.810.36-
YUV168.5267.89163.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=49.10%
G=36.94%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181646200.250.720.1539.2367.8354.9
HexDAA43E01948F274437
Octal33224476031110174710467
Binary1101101010100100111110011001100100011111001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA43E; }

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

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

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

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

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

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

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

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