#D2CD32

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

Shades of Wattle #D2CD32

Tints of Wattle #D2CD32

Color information

#D2CD32 (or 0xD2CD32) is unknown color: approx Wattle. HEX triplet: D2, CD and 32. RGB value is (210,205,50). Sum of RGB (Red+Green+Blue) = 210+205+50=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD32 is #2D32CD. Grayscale: #BDBDBD. Windows color (decimal): -2962126 or 3329490. OLE color: 3329490.

HSL color Cylindrical-coordinate representation of color #D2CD32: hue angle of 58.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2CD32 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB21020550-
CMYK00.020.760.18
HSL58.12º64%50.98%-
HSV(B)58.12º76.19%82.35%-
XYZ48.9957.5911.55-
YUV188.8249.66143.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 50 (19.92% from 255) = 10.75%
R=45.16%
G=44.09%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102055000.020.760.1858.126450.98
HexD2CD32024C123a4033
Octal3223156202114227210063
Binary11010010110011011100100101001100100101110101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD32; }

 p { color: rgb(210,205,50); }

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

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

 a { background-color: rgb(210,205,50); }

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

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

 span { border-color: rgb(210,205,50); }

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