#D4CE41

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

Shades of Wattle #D4CE41

Tints of Wattle #D4CE41

Color information

#D4CE41 (or 0xD4CE41) is unknown color: approx Wattle. HEX triplet: D4, CE and 41. RGB value is (212,206,65). Sum of RGB (Red+Green+Blue) = 212+206+65=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE41 is #2B31BE. Grayscale: #C0C0C0. Windows color (decimal): -2830783 or 4312788. OLE color: 4312788.

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

Color convert

RGB21220665-
CMYK00.030.690.17
HSL57.55º63.09%54.31%-
HSV(B)57.55º69.34%83.14%-
XYZ50.1858.5213.65-
YUV191.7256.49142.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 65 (25.78% from 255) = 13.46%
R=43.89%
G=42.65%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122066500.030.690.1757.5563.0954.31
HexD4CE410345113a3f36
Octal3243161010310521727766
Binary11010100110011101000001011100010110001111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE41; }

 p { color: rgb(212,206,65); }

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

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

 a { background-color: rgb(212,206,65); }

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

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

 span { border-color: rgb(212,206,65); }

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