#D3CE48

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

Shades of Wattle #D3CE48

Tints of Wattle #D3CE48

Color information

#D3CE48 (or 0xD3CE48) is unknown color: approx Wattle. HEX triplet: D3, CE and 48. RGB value is (211,206,72). Sum of RGB (Red+Green+Blue) = 211+206+72=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE48 is #2C31B7. Grayscale: #C0C0C0. Windows color (decimal): -2896312 or 4771539. OLE color: 4771539.

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

Color convert

RGB21120672-
CMYK00.020.660.17
HSL57.84º61.23%55.49%-
HSV(B)57.84º65.88%82.75%-
XYZ50.158.4614.77-
YUV192.2260.16141.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 72 (28.52% from 255) = 14.72%
R=43.15%
G=42.13%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112067200.020.660.1757.8461.2355.49
HexD3CE480242113a3d37
Octal3233161100210221727567
Binary11010011110011101001000010100001010001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE48; }

 p { color: rgb(211,206,72); }

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

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

 a { background-color: rgb(211,206,72); }

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

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

 span { border-color: rgb(211,206,72); }

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