#D3D23B

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

Shades of Wattle #D3D23B

Tints of Wattle #D3D23B

Color information

#D3D23B (or 0xD3D23B) is unknown color: approx Wattle. HEX triplet: D3, D2 and 3B. RGB value is (211,210,59). Sum of RGB (Red+Green+Blue) = 211+210+59=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D23B is #2C2DC4. Grayscale: #C1C1C1. Windows color (decimal): -2895301 or 3920595. OLE color: 3920595.

HSL color Cylindrical-coordinate representation of color #D3D23B: 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.72%. Process color model (Four color, CMYK) of #D3D23B is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21121059-
CMYK00.000.720.17
HSL59.61º63.33%52.94%-
HSV(B)59.61º72.04%82.75%-
XYZ50.760.2613.1-
YUV193.0852.33140.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 59 (23.44% from 255) = 12.29%
R=43.96%
G=43.75%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112105900.000.720.1759.6163.3352.94
HexD3D23B0048113c3f35
Octal323322730011021747765
Binary110100111101001011101100100100010001111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D23B; }

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

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

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

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

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

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

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

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