#D2C940

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

Shades of Wattle #D2C940

Tints of Wattle #D2C940

Color information

#D2C940 (or 0xD2C940) is unknown color: approx Wattle. HEX triplet: D2, C9 and 40. RGB value is (210,201,64). Sum of RGB (Red+Green+Blue) = 210+201+64=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C940 is #2D36BF. Grayscale: #BCBCBC. Windows color (decimal): -2963136 or 4245970. OLE color: 4245970.

HSL color Cylindrical-coordinate representation of color #D2C940: hue angle of 56.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C940 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21020164-
CMYK00.040.700.18
HSL56.3º61.86%53.73%-
HSV(B)56.3º69.52%82.35%-
XYZ48.3955.8513.08-
YUV188.0757.98143.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 64 (25.39% from 255) = 13.47%
R=44.21%
G=42.32%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102016400.040.700.1856.361.8653.73
HexD2C940044612383e36
Octal3223111000410622707666
Binary110100101100100110000000100100011010010111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C940; }

 p { color: rgb(210,201,64); }

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

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

 a { background-color: rgb(210,201,64); }

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

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

 span { border-color: rgb(210,201,64); }

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