#d4c840

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

Shades of Wattle #D4C840

Tints of Wattle #D4C840

Color information

#D4C840 (or 0xD4C840) is unknown color: approx Wattle. HEX triplet: D4, C8 and 40. RGB value is (212,200,64). Sum of RGB (Red+Green+Blue) = 212+200+64=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C840 is #2B37BF. Grayscale: #BCBCBC. Windows color (decimal): -2832320 or 4245716. OLE color: 4245716.

HSL color Cylindrical-coordinate representation of color #D4C840: hue angle of 55.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4C840 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21220064-
CMYK00.060.700.17
HSL55.14º63.25%54.12%-
HSV(B)55.14º69.81%83.14%-
XYZ48.7355.6813.03-
YUV188.0857.98145.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 64 (25.39% from 255) = 13.45%
R=44.54%
G=42.02%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122006400.060.700.1755.1463.2554.12
HexD4C840064611373f36
Octal3243101000610621677766
Binary110101001100100010000000110100011010001110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4c840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4c840; }

 p { color: rgb(212,200,64); }

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

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

 a { background-color: rgb(212,200,64); }

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

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

 span { border-color: rgb(212,200,64); }

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