#D0C54A

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

Shades of Wattle #D0C54A

Tints of Wattle #D0C54A

Color information

#D0C54A (or 0xD0C54A) is unknown color: approx Wattle. HEX triplet: D0, C5 and 4A. RGB value is (208,197,74). Sum of RGB (Red+Green+Blue) = 208+197+74=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C54A is #2F3AB5. Grayscale: #BABABA. Windows color (decimal): -3095222 or 4900304. OLE color: 4900304.

HSL color Cylindrical-coordinate representation of color #D0C54A: hue angle of 55.07º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0C54A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20819774-
CMYK00.050.640.18
HSL55.07º58.77%55.29%-
HSV(B)55.07º64.42%81.57%-
XYZ47.2153.8414.38-
YUV186.2764.64143.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 74 (29.30% from 255) = 15.45%
R=43.42%
G=41.13%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081977400.050.640.1855.0758.7755.29
HexD0C54A054012373b37
Octal3203051120510022677367
Binary110100001100010110010100101100000010010110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C54A; }

 p { color: rgb(208,197,74); }

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

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

 a { background-color: rgb(208,197,74); }

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

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

 span { border-color: rgb(208,197,74); }

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