#D2C436

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

Shades of Wattle #D2C436

Tints of Wattle #D2C436

Color information

#D2C436 (or 0xD2C436) is unknown color: approx Wattle. HEX triplet: D2, C4 and 36. RGB value is (210,196,54). Sum of RGB (Red+Green+Blue) = 210+196+54=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C436 is #2D3BC9. Grayscale: #B8B8B8. Windows color (decimal): -2964426 or 3589330. OLE color: 3589330.

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

Color convert

RGB21019654-
CMYK00.070.740.18
HSL54.62º63.41%51.76%-
HSV(B)54.62º74.29%82.35%-
XYZ46.9853.4511.33-
YUV18454.64146.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 54 (21.48% from 255) = 11.74%
R=45.65%
G=42.61%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101965400.070.740.1854.6263.4151.76
HexD2C436074A12373f34
Octal322304660711222677764
Binary11010010110001001101100111100101010010110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C436; }

 p { color: rgb(210,196,54); }

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

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

 a { background-color: rgb(210,196,54); }

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

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

 span { border-color: rgb(210,196,54); }

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