Shades of Wattle #D2CD2F
Tints of Wattle #D2CD2F
RGB
CMYK
RGB Variations
Color information
#D2CD2F (or 0xD2CD2F) is known color: Wattle. HEX triplet: D2, CD and 2F. RGB value is (210,205,47). Sum of RGB (Red+Green+Blue) = 210+205+47=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD2F is #2D32D0. Grayscale: #BDBDBD. Windows color (decimal): -2962129 or 3132882. OLE color: 3132882.
HSL color Cylindrical-coordinate representation of color #D2CD2F: hue angle of 58.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2CD2F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 47 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.18 |
| HSL | 58.16º | 0.64% | 0.5% | - |
| HSV(B) | 58.16º | 0.78% | 0.82% | - |
| XYZ | 48.92 | 57.57 | 11.22 | - |
| YUV | 188.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 47 | 0 | 0.02 | 0.78 | 0.18 | 58.16 | 0.64 | 0.5 |
| Hex | D2 | CD | 2F | 0 | 2 | 4E | 12 | 3A | 40 | 32 |
| Octal | 322 | 315 | 57 | 0 | 2 | 116 | 22 | 72 | 100 | 62 |
| Binary | 11010010 | 11001101 | 101111 | 0 | 10 | 1001110 | 10010 | 111010 | 1000000 | 110010 |
Color Harmonies of #D2CD2F
Complementary color
Monochromatic Colors of #D2CD2F
Black with #D2CD2F
Text Example
Text Example
White with #D2CD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD2F; }
p { color: rgb(210,205,47); }
H1.HeaderClassName
{
color: #D2CD2F;
}
.AnyTagClassName
{
color: #D2CD2F;
}
</style>
background-color css
<style>
a { background-color: #D2CD2F; }
a { background-color: rgb(210,205,47); }
div.DivClassName
{
background-color: #D2CD2F;
}
.BgClassName
{
background-color: #D2CD2F;
}
</style>
border-color css
<style>
span { border-color: #D2CD2F; }
span { border-color: rgb(210,205,47); }
td.TdClassName
{
border-color: #D2CD2F;
}
.TagClassName
{
border-color: #D2CD2F;
}
</style>