#D3CE3C

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

Shades of Wattle #D3CE3C

Tints of Wattle #D3CE3C

Color information

#D3CE3C (or 0xD3CE3C) is unknown color: approx Wattle. HEX triplet: D3, CE and 3C. RGB value is (211,206,60). Sum of RGB (Red+Green+Blue) = 211+206+60=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE3C is #2C31C3. Grayscale: #BFBFBF. Windows color (decimal): -2896324 or 3985107. OLE color: 3985107.

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

Color convert

RGB21120660-
CMYK00.020.720.17
HSL58.01º63.18%53.14%-
HSV(B)58.01º71.56%82.75%-
XYZ49.7558.3212.91-
YUV190.8554.16142.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 60 (23.83% from 255) = 12.58%
R=44.23%
G=43.19%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112066000.020.720.1758.0163.1853.14
HexD3CE3C0248113a3f35
Octal323316740211021727765
Binary1101001111001110111100010100100010001111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE3C; }

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

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

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

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

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

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

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

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