#D4C03E

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

Shades of Wattle #D4C03E

Tints of Wattle #D4C03E

Color information

#D4C03E (or 0xD4C03E) is unknown color: approx Wattle. HEX triplet: D4, C0 and 3E. RGB value is (212,192,62). Sum of RGB (Red+Green+Blue) = 212+192+62=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C03E is #2B3FC1. Grayscale: #B7B7B7. Windows color (decimal): -2834370 or 4112596. OLE color: 4112596.

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

Color convert

RGB21219262-
CMYK00.090.710.17
HSL52º63.56%53.73%-
HSV(B)52º70.75%83.14%-
XYZ46.8752.0412.13-
YUV183.1659.63148.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 62 (24.61% from 255) = 13.30%
R=45.49%
G=41.20%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121926200.090.710.175263.5653.73
HexD4C03E094711344036
Octal32430076011107216410066
Binary1101010011000000111110010011000111100011101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C03E; }

 p { color: rgb(212,192,62); }

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

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

 a { background-color: rgb(212,192,62); }

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

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

 span { border-color: rgb(212,192,62); }

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