#D9C53C

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

Shades of Wattle #D9C53C

Tints of Wattle #D9C53C

Color information

#D9C53C (or 0xD9C53C) is unknown color: approx Wattle. HEX triplet: D9, C5 and 3C. RGB value is (217,197,60). Sum of RGB (Red+Green+Blue) = 217+197+60=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C53C is #263AC3. Grayscale: #BBBBBB. Windows color (decimal): -2505412 or 3982809. OLE color: 3982809.

HSL color Cylindrical-coordinate representation of color #D9C53C: hue angle of 52.36º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C53C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21719760-
CMYK00.090.720.15
HSL52.36º67.38%54.31%-
HSV(B)52.36º72.35%85.1%-
XYZ49.455.0112.29-
YUV187.3656.13149.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 60 (23.83% from 255) = 12.66%
R=45.78%
G=41.56%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171976000.090.720.1552.3667.3854.31
HexD9C53C0948F344336
Octal33130574011110176410366
Binary110110011100010111110001001100100011111101001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C53C; }

 p { color: rgb(217,197,60); }

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

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

 a { background-color: rgb(217,197,60); }

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

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

 span { border-color: rgb(217,197,60); }

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