#D2C73D

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

Shades of Wattle #D2C73D

Tints of Wattle #D2C73D

Color information

#D2C73D (or 0xD2C73D) is unknown color: approx Wattle. HEX triplet: D2, C7 and 3D. RGB value is (210,199,61). Sum of RGB (Red+Green+Blue) = 210+199+61=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C73D is #2D38C2. Grayscale: #BBBBBB. Windows color (decimal): -2963651 or 4048850. OLE color: 4048850.

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

Color convert

RGB21019961-
CMYK00.050.710.18
HSL55.57º62.34%53.14%-
HSV(B)55.57º70.95%82.35%-
XYZ47.8454.8912.49-
YUV186.5657.14144.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 199 (78.12% from 255) = 42.34%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=44.68%
G=42.34%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101996100.050.710.1855.5762.3453.14
HexD2C73D054712383e35
Octal322307750510722707665
Binary11010010110001111111010101100011110010111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C73D; }

 p { color: rgb(210,199,61); }

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

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

 a { background-color: rgb(210,199,61); }

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

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

 span { border-color: rgb(210,199,61); }

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