#d3c831

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

Shades of Wattle #D3C831

Tints of Wattle #D3C831

Color information

#D3C831 (or 0xD3C831) is unknown color: approx Wattle. HEX triplet: D3, C8 and 31. RGB value is (211,200,49). Sum of RGB (Red+Green+Blue) = 211+200+49=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C831 is #2C37CE. Grayscale: #BABABA. Windows color (decimal): -2897871 or 3262675. OLE color: 3262675.

HSL color Cylindrical-coordinate representation of color #D3C831: hue angle of 55.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3C831 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21120049-
CMYK00.050.770.17
HSL55.93º64.8%50.98%-
HSV(B)55.93º76.78%82.75%-
XYZ48.0755.3811.06-
YUV186.0850.64145.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 49 (19.53% from 255) = 10.65%
R=45.87%
G=43.48%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112004900.050.770.1755.9364.850.98
HexD3C831054D11384133
Octal3233106105115217010163
Binary110100111100100011000101011001101100011110001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3c831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3c831; }

 p { color: rgb(211,200,49); }

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

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

 a { background-color: rgb(211,200,49); }

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

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

 span { border-color: rgb(211,200,49); }

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