#DACA3E

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

Shades of Wattle #DACA3E

Tints of Wattle #DACA3E

Color information

#DACA3E (or 0xDACA3E) is unknown color: approx Wattle. HEX triplet: DA, CA and 3E. RGB value is (218,202,62). Sum of RGB (Red+Green+Blue) = 218+202+62=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA3E is #2535C1. Grayscale: #BFBFBF. Windows color (decimal): -2438594 or 4115162. OLE color: 4115162.

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

Color convert

RGB21820262-
CMYK00.070.720.15
HSL53.85º67.83%54.9%-
HSV(B)53.85º71.56%85.49%-
XYZ50.957.4912.97-
YUV190.8255.3147.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 62 (24.61% from 255) = 12.86%
R=45.23%
G=41.91%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182026200.070.720.1553.8567.8354.9
HexDACA3E0748F364437
Octal3323127607110176610467
Binary11011010110010101111100111100100011111101101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA3E; }

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

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

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

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

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

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

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

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