#D1CC30

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

Shades of Wattle #D1CC30

Tints of Wattle #D1CC30

Color information

#D1CC30 (or 0xD1CC30) is unknown color: approx Wattle. HEX triplet: D1, CC and 30. RGB value is (209,204,48). Sum of RGB (Red+Green+Blue) = 209+204+48=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC30 is #2E33CF. Grayscale: #BCBCBC. Windows color (decimal): -3027920 or 3198161. OLE color: 3198161.

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

Color convert

RGB20920448-
CMYK00.020.770.18
HSL58.14º63.64%50.39%-
HSV(B)58.14º77.03%81.96%-
XYZ48.4256.9511.24-
YUV187.7149.16143.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 48 (19.14% from 255) = 10.41%
R=45.34%
G=44.25%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092044800.020.770.1858.1463.6450.39
HexD1CC30024D123a4032
Octal3213146002115227210062
Binary11010001110011001100000101001101100101110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC30; }

 p { color: rgb(209,204,48); }

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

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

 a { background-color: rgb(209,204,48); }

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

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

 span { border-color: rgb(209,204,48); }

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