#D9C93A

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

Shades of Wattle #D9C93A

Tints of Wattle #D9C93A

Color information

#D9C93A (or 0xD9C93A) is unknown color: approx Wattle. HEX triplet: D9, C9 and 3A. RGB value is (217,201,58). Sum of RGB (Red+Green+Blue) = 217+201+58=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C93A is #2636C5. Grayscale: #BEBEBE. Windows color (decimal): -2504390 or 3852761. OLE color: 3852761.

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

Color convert

RGB21720158-
CMYK00.070.730.15
HSL53.96º67.66%53.92%-
HSV(B)53.96º73.27%85.1%-
XYZ50.2756.8312.32-
YUV189.4853.8147.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 58 (23.05% from 255) = 12.18%
R=45.59%
G=42.23%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172015800.070.730.1553.9667.6653.92
HexD9C93A0749F364436
Octal3313117207111176610466
Binary11011001110010011110100111100100111111101101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C93A; }

 p { color: rgb(217,201,58); }

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

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

 a { background-color: rgb(217,201,58); }

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

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

 span { border-color: rgb(217,201,58); }

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