#D3CE35

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

Shades of Wattle #D3CE35

Tints of Wattle #D3CE35

Color information

#D3CE35 (or 0xD3CE35) is unknown color: approx Wattle. HEX triplet: D3, CE and 35. RGB value is (211,206,53). Sum of RGB (Red+Green+Blue) = 211+206+53=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE35 is #2C31CA. Grayscale: #BEBEBE. Windows color (decimal): -2896331 or 3526355. OLE color: 3526355.

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

Color convert

RGB21120653-
CMYK00.020.750.17
HSL58.1º64.23%51.76%-
HSV(B)58.1º74.88%82.75%-
XYZ49.5858.2512-
YUV190.0550.66142.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 53 (21.09% from 255) = 11.28%
R=44.89%
G=43.83%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112065300.020.750.1758.164.2351.76
HexD3CE35024B113a4034
Octal3233166502113217210064
Binary11010011110011101101010101001011100011110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE35; }

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

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

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

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

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

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

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

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