#D1D03C

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

Shades of Wattle #D1D03C

Tints of Wattle #D1D03C

Color information

#D1D03C (or 0xD1D03C) is unknown color: approx Wattle. HEX triplet: D1, D0 and 3C. RGB value is (209,208,60). Sum of RGB (Red+Green+Blue) = 209+208+60=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D03C is #2E2FC3. Grayscale: #C0C0C0. Windows color (decimal): -3026884 or 3985617. OLE color: 3985617.

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

Color convert

RGB20920860-
CMYK00.000.710.18
HSL59.6º61.83%52.75%-
HSV(B)59.6º71.29%81.96%-
XYZ49.6758.9913.04-
YUV191.4353.83140.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 60 (23.83% from 255) = 12.58%
R=43.82%
G=43.61%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092086000.000.710.1859.661.8352.75
HexD1D03C0047123c3e35
Octal321320740010722747665
Binary110100011101000011110000100011110010111100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D03C; }

 p { color: rgb(209,208,60); }

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

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

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

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

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

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

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