#DACA37

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

Shades of Wattle #DACA37

Tints of Wattle #DACA37

Color information

#DACA37 (or 0xDACA37) is unknown color: approx Wattle. HEX triplet: DA, CA and 37. RGB value is (218,202,55). Sum of RGB (Red+Green+Blue) = 218+202+55=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA37 is #2535C8. Grayscale: #BEBEBE. Windows color (decimal): -2438601 or 3656410. OLE color: 3656410.

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

Color convert

RGB21820255-
CMYK00.070.750.15
HSL54.11º68.78%53.53%-
HSV(B)54.11º74.77%85.49%-
XYZ50.7257.4212.02-
YUV190.0351.8147.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 55 (21.88% from 255) = 11.58%
R=45.89%
G=42.53%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182025500.070.750.1554.1168.7853.53
HexDACA37074BF364536
Octal3323126707113176610566
Binary11011010110010101101110111100101111111101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA37; }

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

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

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

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

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

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

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

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