#D9C140

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

Shades of Wattle #D9C140

Tints of Wattle #D9C140

Color information

#D9C140 (or 0xD9C140) is unknown color: approx Wattle. HEX triplet: D9, C1 and 40. RGB value is (217,193,64). Sum of RGB (Red+Green+Blue) = 217+193+64=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C140 is #263EBF. Grayscale: #BABABA. Windows color (decimal): -2506432 or 4243929. OLE color: 4243929.

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

Color convert

RGB21719364-
CMYK00.110.710.15
HSL50.59º66.81%55.1%-
HSV(B)50.59º70.51%85.1%-
XYZ48.6153.2612.57-
YUV185.4759.45150.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 64 (25.39% from 255) = 13.50%
R=45.78%
G=40.72%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171936400.110.710.1550.5966.8155.1
HexD9C1400B47F334337
Octal331301100013107176310367
Binary1101100111000001100000001011100011111111100111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C140; }

 p { color: rgb(217,193,64); }

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

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

 a { background-color: rgb(217,193,64); }

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

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

 span { border-color: rgb(217,193,64); }

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