#D2C03B

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

Shades of Wattle #D2C03B

Tints of Wattle #D2C03B

Color information

#D2C03B (or 0xD2C03B) is unknown color: approx Wattle. HEX triplet: D2, C0 and 3B. RGB value is (210,192,59). Sum of RGB (Red+Green+Blue) = 210+192+59=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C03B is #2D3FC4. Grayscale: #B6B6B6. Windows color (decimal): -2965445 or 3915986. OLE color: 3915986.

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

Color convert

RGB21019259-
CMYK00.090.720.18
HSL52.85º62.66%52.75%-
HSV(B)52.85º71.9%82.35%-
XYZ46.2251.7211.68-
YUV182.2258.46147.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 59 (23.44% from 255) = 12.80%
R=45.55%
G=41.65%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101925900.090.720.1852.8562.6652.75
HexD2C03B094812353f35
Octal3223007301111022657765
Binary110100101100000011101101001100100010010110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C03B; }

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

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

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

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

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

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

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

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