#D0C145

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

Shades of Wattle #D0C145

Tints of Wattle #D0C145

Color information

#D0C145 (or 0xD0C145) is unknown color: approx Wattle. HEX triplet: D0, C1 and 45. RGB value is (208,193,69). Sum of RGB (Red+Green+Blue) = 208+193+69=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C145 is #2F3EBA. Grayscale: #B7B7B7. Windows color (decimal): -3096251 or 4571600. OLE color: 4571600.

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

Color convert

RGB20819369-
CMYK00.070.670.18
HSL53.53º59.66%54.31%-
HSV(B)53.53º66.83%81.57%-
XYZ46.1651.9813.23-
YUV183.3563.47145.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=44.26%
G=41.06%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081936900.070.670.1853.5359.6654.31
HexD0C145074312363c36
Octal3203011050710322667466
Binary110100001100000110001010111100001110010110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C145; }

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

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

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

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

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

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

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

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