#D3CA46

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

Shades of Wattle #D3CA46

Tints of Wattle #D3CA46

Color information

#D3CA46 (or 0xD3CA46) is unknown color: approx Wattle. HEX triplet: D3, CA and 46. RGB value is (211,202,70). Sum of RGB (Red+Green+Blue) = 211+202+70=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CA46 is #2C35B9. Grayscale: #BEBEBE. Windows color (decimal): -2897338 or 4639443. OLE color: 4639443.

HSL color Cylindrical-coordinate representation of color #D3CA46: hue angle of 56.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3CA46 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21120270-
CMYK00.040.670.17
HSL56.17º61.57%55.1%-
HSV(B)56.17º66.82%82.75%-
XYZ49.0956.5314.12-
YUV189.6460.48143.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 70 (27.73% from 255) = 14.49%
R=43.69%
G=41.82%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112027000.040.670.1756.1761.5755.1
HexD3CA46044311383e37
Octal3233121060410321707667
Binary110100111100101010001100100100001110001111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CA46; }

 p { color: rgb(211,202,70); }

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

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

 a { background-color: rgb(211,202,70); }

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

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

 span { border-color: rgb(211,202,70); }

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