#d1d13f

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

Shades of Wattle #D1D13F

Tints of Wattle #D1D13F

Color information

#D1D13F (or 0xD1D13F) is unknown color: approx Wattle. HEX triplet: D1, D1 and 3F. RGB value is (209,209,63). Sum of RGB (Red+Green+Blue) = 209+209+63=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D13F is #2E2EC0. Grayscale: #C0C0C0. Windows color (decimal): -3026625 or 4182481. OLE color: 4182481.

HSL color Cylindrical-coordinate representation of color #D1D13F: hue angle of 60º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D13F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20920963-
CMYK000.700.18
HSL60º61.34%53.33%-
HSV(B)60º69.86%81.96%-
XYZ49.9959.5213.56-
YUV192.3655139.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 63 (25% from 255) = 13.10%
R=43.45%
G=43.45%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920963000.700.186061.3453.33
HexD1D13F0046123c3d35
Octal321321770010622747565
Binary110100011101000111111100100011010010111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1d13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1d13f; }

 p { color: rgb(209,209,63); }

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

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

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

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

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

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

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