#D2C938

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

Shades of Wattle #D2C938

Tints of Wattle #D2C938

Color information

#D2C938 (or 0xD2C938) is unknown color: approx Wattle. HEX triplet: D2, C9 and 38. RGB value is (210,201,56). Sum of RGB (Red+Green+Blue) = 210+201+56=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C938 is #2D36C7. Grayscale: #BBBBBB. Windows color (decimal): -2963144 or 3721682. OLE color: 3721682.

HSL color Cylindrical-coordinate representation of color #D2C938: hue angle of 56.49º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2C938 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB21020156-
CMYK00.040.730.18
HSL56.49º63.11%52.16%-
HSV(B)56.49º73.33%82.35%-
XYZ48.1855.7611.96-
YUV187.1653.98144.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 201 (78.91% from 255) = 43.04%
BLUE value IS 56 (22.27% from 255) = 11.99%
R=44.97%
G=43.04%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102015600.040.730.1856.4963.1152.16
HexD2C938044912383f34
Octal322311700411122707764
Binary11010010110010011110000100100100110010111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C938; }

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

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

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

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

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

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

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

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