#D4C43B

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

Shades of Wattle #D4C43B

Tints of Wattle #D4C43B

Color information

#D4C43B (or 0xD4C43B) is unknown color: approx Wattle. HEX triplet: D4, C4 and 3B. RGB value is (212,196,59). Sum of RGB (Red+Green+Blue) = 212+196+59=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C43B is #2B3BC4. Grayscale: #B9B9B9. Windows color (decimal): -2833349 or 3917012. OLE color: 3917012.

HSL color Cylindrical-coordinate representation of color #D4C43B: hue angle of 53.73º degrees, saturation: 0.64, 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 #D4C43B is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21219659-
CMYK00.080.720.17
HSL53.73º64.02%53.14%-
HSV(B)53.73º72.17%83.14%-
XYZ47.6853.7912.01-
YUV185.1756.8147.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 59 (23.44% from 255) = 12.63%
R=45.40%
G=41.97%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121965900.080.720.1753.7364.0253.14
HexD4C43B084811364035
Octal32430473010110216610065
Binary1101010011000100111011010001001000100011101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C43B; }

 p { color: rgb(212,196,59); }

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

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

 a { background-color: rgb(212,196,59); }

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

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

 span { border-color: rgb(212,196,59); }

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