#D2CD40

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

Shades of Wattle #D2CD40

Tints of Wattle #D2CD40

Color information

#D2CD40 (or 0xD2CD40) is unknown color: approx Wattle. HEX triplet: D2, CD and 40. RGB value is (210,205,64). Sum of RGB (Red+Green+Blue) = 210+205+64=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD40 is #2D32BF. Grayscale: #BEBEBE. Windows color (decimal): -2962112 or 4246994. OLE color: 4246994.

HSL color Cylindrical-coordinate representation of color #D2CD40: hue angle of 57.95º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2CD40 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21020564-
CMYK00.020.700.18
HSL57.95º61.86%53.73%-
HSV(B)57.95º69.52%82.35%-
XYZ49.3457.7313.39-
YUV190.4256.66141.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 64 (25.39% from 255) = 13.36%
R=43.84%
G=42.80%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102056400.020.700.1857.9561.8653.73
HexD2CD400246123a3e36
Octal3223151000210622727666
Binary11010010110011011000000010100011010010111010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD40; }

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

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

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

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

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

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

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

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