#DAC23C

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

Shades of Wattle #DAC23C

Tints of Wattle #DAC23C

Color information

#DAC23C (or 0xDAC23C) is unknown color: approx Wattle. HEX triplet: DA, C2 and 3C. RGB value is (218,194,60). Sum of RGB (Red+Green+Blue) = 218+194+60=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC23C is #253DC3. Grayscale: #BABABA. Windows color (decimal): -2440644 or 3982042. OLE color: 3982042.

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

Color convert

RGB21819460-
CMYK00.110.720.15
HSL50.89º68.1%54.51%-
HSV(B)50.89º72.48%85.49%-
XYZ49.0253.8212.08-
YUV185.956.95150.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 60 (23.83% from 255) = 12.71%
R=46.19%
G=41.10%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181946000.110.720.1550.8968.154.51
HexDAC23C0B48F334437
Octal33230274013110176310467
Binary110110101100001011110001011100100011111100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC23C; }

 p { color: rgb(218,194,60); }

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

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

 a { background-color: rgb(218,194,60); }

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

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

 span { border-color: rgb(218,194,60); }

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