#D3D23A

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

Shades of Wattle #D3D23A

Tints of Wattle #D3D23A

Color information

#D3D23A (or 0xD3D23A) is unknown color: approx Wattle. HEX triplet: D3, D2 and 3A. RGB value is (211,210,58). Sum of RGB (Red+Green+Blue) = 211+210+58=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D23A is #2C2DC5. Grayscale: #C1C1C1. Windows color (decimal): -2895302 or 3855059. OLE color: 3855059.

HSL color Cylindrical-coordinate representation of color #D3D23A: hue angle of 59.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3D23A is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21121058-
CMYK00.000.730.17
HSL59.61º63.49%52.75%-
HSV(B)59.61º72.51%82.75%-
XYZ50.6760.2512.96-
YUV192.9751.83140.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 58 (23.05% from 255) = 12.11%
R=44.05%
G=43.84%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112105800.000.730.1759.6163.4952.75
HexD3D23A0049113c3f35
Octal323322720011121747765
Binary110100111101001011101000100100110001111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D23A; }

 p { color: rgb(211,210,58); }

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

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

 a { background-color: rgb(211,210,58); }

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

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

 span { border-color: rgb(211,210,58); }

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