#D0C136

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

Shades of Wattle #D0C136

Tints of Wattle #D0C136

Color information

#D0C136 (or 0xD0C136) is unknown color: approx Wattle. HEX triplet: D0, C1 and 36. RGB value is (208,193,54). Sum of RGB (Red+Green+Blue) = 208+193+54=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C136 is #2F3EC9. Grayscale: #B6B6B6. Windows color (decimal): -3096266 or 3588560. OLE color: 3588560.

HSL color Cylindrical-coordinate representation of color #D0C136: hue angle of 54.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0C136 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20819354-
CMYK00.070.740.18
HSL54.16º62.1%51.37%-
HSV(B)54.16º74.04%81.57%-
XYZ45.7551.8211.08-
YUV181.6455.97146.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 54 (21.48% from 255) = 11.87%
R=45.71%
G=42.42%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081935400.070.740.1854.1662.151.37
HexD0C136074A12363e33
Octal320301660711222667663
Binary11010000110000011101100111100101010010110110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C136; }

 p { color: rgb(208,193,54); }

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

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

 a { background-color: rgb(208,193,54); }

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

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

 span { border-color: rgb(208,193,54); }

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