#d1cd3a

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

Shades of Wattle #D1CD3A

Tints of Wattle #D1CD3A

Color information

#D1CD3A (or 0xD1CD3A) is unknown color: approx Wattle. HEX triplet: D1, CD and 3A. RGB value is (209,205,58). Sum of RGB (Red+Green+Blue) = 209+205+58=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD3A is #2E32C5. Grayscale: #BEBEBE. Windows color (decimal): -3027654 or 3853777. OLE color: 3853777.

HSL color Cylindrical-coordinate representation of color #D1CD3A: hue angle of 58.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1CD3A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20920558-
CMYK00.020.720.18
HSL58.41º62.14%52.35%-
HSV(B)58.41º72.25%81.96%-
XYZ48.8957.5212.53-
YUV189.4453.83141.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 58 (23.05% from 255) = 12.29%
R=44.28%
G=43.43%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092055800.020.720.1858.4162.1452.35
HexD1CD3A0248123a3e34
Octal321315720211022727664
Binary1101000111001101111010010100100010010111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1cd3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1cd3a; }

 p { color: rgb(209,205,58); }

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

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

 a { background-color: rgb(209,205,58); }

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

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

 span { border-color: rgb(209,205,58); }

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