#D2C045

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

Shades of Wattle #D2C045

Tints of Wattle #D2C045

Color information

#D2C045 (or 0xD2C045) is unknown color: approx Wattle. HEX triplet: D2, C0 and 45. RGB value is (210,192,69). Sum of RGB (Red+Green+Blue) = 210+192+69=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C045 is #2D3FBA. Grayscale: #B7B7B7. Windows color (decimal): -2965435 or 4571346. OLE color: 4571346.

HSL color Cylindrical-coordinate representation of color #D2C045: hue angle of 52.34º 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 #D2C045 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB21019269-
CMYK00.090.670.18
HSL52.34º61.04%54.71%-
HSV(B)52.34º67.14%82.35%-
XYZ46.551.8313.18-
YUV183.3663.46147-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 69 (27.34% from 255) = 14.65%
R=44.59%
G=40.76%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101926900.090.670.1852.3461.0454.71
HexD2C045094312343d37
Octal32230010501110322647567
Binary1101001011000000100010101001100001110010110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C045; }

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

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

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

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

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

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

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

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