#DACA39

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

Shades of Wattle #DACA39

Tints of Wattle #DACA39

Color information

#DACA39 (or 0xDACA39) is unknown color: approx Wattle. HEX triplet: DA, CA and 39. RGB value is (218,202,57). Sum of RGB (Red+Green+Blue) = 218+202+57=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 57 (22.66% from 255 or 11.95% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA39 is #2535C6. Grayscale: #BEBEBE. Windows color (decimal): -2438599 or 3787482. OLE color: 3787482.

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

Color convert

RGB21820257-
CMYK00.070.740.15
HSL54.04º68.51%53.92%-
HSV(B)54.04º73.85%85.49%-
XYZ50.7757.4412.28-
YUV190.2552.8147.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 57 (22.66% from 255) = 11.95%
R=45.70%
G=42.35%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182025700.070.740.1554.0468.5153.92
HexDACA39074AF364536
Octal3323127107112176610566
Binary11011010110010101110010111100101011111101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA39; }

 p { color: rgb(218,202,57); }

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

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

 a { background-color: rgb(218,202,57); }

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

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

 span { border-color: rgb(218,202,57); }

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