#D1CD45

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

Shades of Wattle #D1CD45

Tints of Wattle #D1CD45

Color information

#D1CD45 (or 0xD1CD45) is unknown color: approx Wattle. HEX triplet: D1, CD and 45. RGB value is (209,205,69). Sum of RGB (Red+Green+Blue) = 209+205+69=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD45 is #2E32BA. Grayscale: #BFBFBF. Windows color (decimal): -3027643 or 4574673. OLE color: 4574673.

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

Color convert

RGB20920569-
CMYK00.020.670.18
HSL58.29º60.34%54.51%-
HSV(B)58.29º66.99%81.96%-
XYZ49.257.6514.16-
YUV190.6959.33141.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 69 (27.34% from 255) = 14.29%
R=43.27%
G=42.44%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092056900.020.670.1858.2960.3454.51
HexD1CD450243123a3c37
Octal3213151050210322727467
Binary11010001110011011000101010100001110010111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD45; }

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

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

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

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

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

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

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

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