#D0C432

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

Shades of Wattle #D0C432

Tints of Wattle #D0C432

Color information

#D0C432 (or 0xD0C432) is unknown color: approx Wattle. HEX triplet: D0, C4 and 32. RGB value is (208,196,50). Sum of RGB (Red+Green+Blue) = 208+196+50=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C432 is #2F3BCD. Grayscale: #B7B7B7. Windows color (decimal): -3095502 or 3327184. OLE color: 3327184.

HSL color Cylindrical-coordinate representation of color #D0C432: hue angle of 55.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0C432 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20819650-
CMYK00.060.760.18
HSL55.44º62.7%50.59%-
HSV(B)55.44º75.96%81.57%-
XYZ46.3353.1210.83-
YUV182.9452.98145.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 50 (19.92% from 255) = 11.01%
R=45.81%
G=43.17%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081965000.060.760.1855.4462.750.59
HexD0C432064C12373f33
Octal320304620611422677763
Binary11010000110001001100100110100110010010110111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C432; }

 p { color: rgb(208,196,50); }

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

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

 a { background-color: rgb(208,196,50); }

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

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

 span { border-color: rgb(208,196,50); }

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