#D4C631

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

Shades of Wattle #D4C631

Tints of Wattle #D4C631

Color information

#D4C631 (or 0xD4C631) is unknown color: approx Wattle. HEX triplet: D4, C6 and 31. RGB value is (212,198,49). Sum of RGB (Red+Green+Blue) = 212+198+49=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C631 is #2B39CE. Grayscale: #B9B9B9. Windows color (decimal): -2832847 or 3262164. OLE color: 3262164.

HSL color Cylindrical-coordinate representation of color #D4C631: hue angle of 54.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4C631 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21219849-
CMYK00.070.770.17
HSL54.85º65.46%51.18%-
HSV(B)54.85º76.89%83.14%-
XYZ47.954.6110.92-
YUV185.251.14147.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 49 (19.53% from 255) = 10.68%
R=46.19%
G=43.14%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121984900.070.770.1754.8565.4651.18
HexD4C631074D11374133
Octal3243066107115216710163
Binary110101001100011011000101111001101100011101111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C631; }

 p { color: rgb(212,198,49); }

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

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

 a { background-color: rgb(212,198,49); }

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

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

 span { border-color: rgb(212,198,49); }

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