#DACE38

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

Shades of Wattle #DACE38

Tints of Wattle #DACE38

Color information

#DACE38 (or 0xDACE38) is unknown color: approx Wattle. HEX triplet: DA, CE and 38. RGB value is (218,206,56). Sum of RGB (Red+Green+Blue) = 218+206+56=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE38 is #2531C7. Grayscale: #C1C1C1. Windows color (decimal): -2437576 or 3722970. OLE color: 3722970.

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

Color convert

RGB21820656-
CMYK00.060.740.15
HSL55.56º68.64%53.73%-
HSV(B)55.56º74.31%85.49%-
XYZ51.759.3312.47-
YUV192.4950.98146.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=45.42%
G=42.92%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182065600.060.740.1555.5668.6453.73
HexDACE38064AF384536
Octal3323167006112177010566
Binary11011010110011101110000110100101011111110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE38; }

 p { color: rgb(218,206,56); }

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

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

 a { background-color: rgb(218,206,56); }

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

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

 span { border-color: rgb(218,206,56); }

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