#D4C142

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

Shades of Wattle #D4C142

Tints of Wattle #D4C142

Color information

#D4C142 (or 0xD4C142) is unknown color: approx Wattle. HEX triplet: D4, C1 and 42. RGB value is (212,193,66). Sum of RGB (Red+Green+Blue) = 212+193+66=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C142 is #2B3EBD. Grayscale: #B8B8B8. Windows color (decimal): -2834110 or 4374996. OLE color: 4374996.

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

Color convert

RGB21219366-
CMYK00.090.690.17
HSL52.19º62.93%54.51%-
HSV(B)52.19º68.87%83.14%-
XYZ47.252.5312.81-
YUV184.261.29147.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 66 (26.17% from 255) = 14.01%
R=45.01%
G=40.98%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121936600.090.690.1752.1962.9354.51
HexD4C142094511343f37
Octal32430110201110521647767
Binary1101010011000001100001001001100010110001110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C142; }

 p { color: rgb(212,193,66); }

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

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

 a { background-color: rgb(212,193,66); }

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

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

 span { border-color: rgb(212,193,66); }

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