#D9C03B

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

Shades of Wattle #D9C03B

Tints of Wattle #D9C03B

Color information

#D9C03B (or 0xD9C03B) is unknown color: approx Wattle. HEX triplet: D9, C0 and 3B. RGB value is (217,192,59). Sum of RGB (Red+Green+Blue) = 217+192+59=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C03B is #263FC4. Grayscale: #B8B8B8. Windows color (decimal): -2506693 or 3915993. OLE color: 3915993.

HSL color Cylindrical-coordinate representation of color #D9C03B: hue angle of 50.51º 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 #D9C03B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21719259-
CMYK00.120.730.15
HSL50.51º67.52%54.12%-
HSV(B)50.51º72.81%85.1%-
XYZ48.2552.7711.78-
YUV184.3157.28151.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=46.37%
G=41.03%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171925900.120.730.1550.5167.5254.12
HexD9C03B0C49F334436
Octal33130073014111176310466
Binary110110011100000011101101100100100111111100111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C03B; }

 p { color: rgb(217,192,59); }

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

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

 a { background-color: rgb(217,192,59); }

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

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

 span { border-color: rgb(217,192,59); }

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