#D3C336

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

Shades of Wattle #D3C336

Tints of Wattle #D3C336

Color information

#D3C336 (or 0xD3C336) is unknown color: approx Wattle. HEX triplet: D3, C3 and 36. RGB value is (211,195,54). Sum of RGB (Red+Green+Blue) = 211+195+54=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C336 is #2C3CC9. Grayscale: #B8B8B8. Windows color (decimal): -2899146 or 3589075. OLE color: 3589075.

HSL color Cylindrical-coordinate representation of color #D3C336: hue angle of 53.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3C336 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21119554-
CMYK00.080.740.17
HSL53.89º64.08%51.96%-
HSV(B)53.89º74.41%82.75%-
XYZ47.0453.1511.27-
YUV183.7154.8147.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 54 (21.48% from 255) = 11.74%
R=45.87%
G=42.39%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111955400.080.740.1753.8964.0851.96
HexD3C336084A11364034
Octal32330366010112216610064
Binary1101001111000011110110010001001010100011101101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C336; }

 p { color: rgb(211,195,54); }

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

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

 a { background-color: rgb(211,195,54); }

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

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

 span { border-color: rgb(211,195,54); }

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