#D1CA30

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

Shades of Wattle #D1CA30

Tints of Wattle #D1CA30

Color information

#D1CA30 (or 0xD1CA30) is unknown color: approx Wattle. HEX triplet: D1, CA and 30. RGB value is (209,202,48). Sum of RGB (Red+Green+Blue) = 209+202+48=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA30 is #2E35CF. Grayscale: #BBBBBB. Windows color (decimal): -3028432 or 3197649. OLE color: 3197649.

HSL color Cylindrical-coordinate representation of color #D1CA30: hue angle of 57.39º 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 #D1CA30 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20920248-
CMYK00.030.770.18
HSL57.39º63.64%50.39%-
HSV(B)57.39º77.03%81.96%-
XYZ47.9556.0111.08-
YUV186.5449.82144.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 48 (19.14% from 255) = 10.46%
R=45.53%
G=44.01%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092024800.030.770.1857.3963.6450.39
HexD1CA30034D12394032
Octal3213126003115227110062
Binary11010001110010101100000111001101100101110011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA30; }

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

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

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

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

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

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

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

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