#D8C531

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

Shades of Wattle #D8C531

Tints of Wattle #D8C531

Color information

#D8C531 (or 0xD8C531) is unknown color: approx Wattle. HEX triplet: D8, C5 and 31. RGB value is (216,197,49). Sum of RGB (Red+Green+Blue) = 216+197+49=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C531 is #273ACE. Grayscale: #BABABA. Windows color (decimal): -2570959 or 3261912. OLE color: 3261912.

HSL color Cylindrical-coordinate representation of color #D8C531: hue angle of 53.17º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8C531 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21619749-
CMYK00.090.770.15
HSL53.17º68.16%51.96%-
HSV(B)53.17º77.31%84.71%-
XYZ48.8454.7510.9-
YUV185.8150.79149.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.75%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 49 (19.53% from 255) = 10.61%
R=46.75%
G=42.64%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161974900.090.770.1553.1768.1651.96
HexD8C531094DF354434
Octal33030561011115176510464
Binary110110001100010111000101001100110111111101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C531; }

 p { color: rgb(216,197,49); }

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

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

 a { background-color: rgb(216,197,49); }

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

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

 span { border-color: rgb(216,197,49); }

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