#D2C245

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

Shades of Wattle #D2C245

Tints of Wattle #D2C245

Color information

#D2C245 (or 0xD2C245) is unknown color: approx Wattle. HEX triplet: D2, C2 and 45. RGB value is (210,194,69). Sum of RGB (Red+Green+Blue) = 210+194+69=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C245 is #2D3DBA. Grayscale: #B9B9B9. Windows color (decimal): -2964923 or 4571858. OLE color: 4571858.

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

Color convert

RGB21019469-
CMYK00.080.670.18
HSL53.19º61.04%54.71%-
HSV(B)53.19º67.14%82.35%-
XYZ46.9452.7113.33-
YUV184.5362.8146.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=44.40%
G=41.01%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101946900.080.670.1853.1961.0454.71
HexD2C245084312353d37
Octal32230210501010322657567
Binary1101001011000010100010101000100001110010110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C245; }

 p { color: rgb(210,194,69); }

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

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

 a { background-color: rgb(210,194,69); }

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

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

 span { border-color: rgb(210,194,69); }

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