Shades of Wattle #D2C23B
Tints of Wattle #D2C23B
RGB
CMYK
RGB Variations
Color information
#D2C23B (or 0xD2C23B) is known color: Wattle. HEX triplet: D2, C2 and 3B. RGB value is (210,194,59). Sum of RGB (Red+Green+Blue) = 210+194+59=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C23B is #2D3DC4. Grayscale: #B7B7B7. Windows color (decimal): -2964933 or 3916498. OLE color: 3916498.
HSL color Cylindrical-coordinate representation of color #D2C23B: hue angle of 53.64º 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 #D2C23B is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 59 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.18 |
| HSL | 53.64º | 0.63% | 0.53% | - |
| HSV(B) | 53.64º | 0.72% | 0.82% | - |
| XYZ | 46.66 | 52.6 | 11.83 | - |
| YUV | 183.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 59 | 0 | 0.08 | 0.72 | 0.18 | 53.64 | 0.63 | 0.53 |
| Hex | D2 | C2 | 3B | 0 | 8 | 48 | 12 | 36 | 3F | 35 |
| Octal | 322 | 302 | 73 | 0 | 10 | 110 | 22 | 66 | 77 | 65 |
| Binary | 11010010 | 11000010 | 111011 | 0 | 1000 | 1001000 | 10010 | 110110 | 111111 | 110101 |
Color Harmonies of #D2C23B
Complementary color
Monochromatic Colors of #D2C23B
Black with #D2C23B
Text Example
Text Example
White with #D2C23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C23B; }
p { color: rgb(210,194,59); }
H1.HeaderClassName
{
color: #D2C23B;
}
.AnyTagClassName
{
color: #D2C23B;
}
</style>
background-color css
<style>
a { background-color: #D2C23B; }
a { background-color: rgb(210,194,59); }
div.DivClassName
{
background-color: #D2C23B;
}
.BgClassName
{
background-color: #D2C23B;
}
</style>
border-color css
<style>
span { border-color: #D2C23B; }
span { border-color: rgb(210,194,59); }
td.TdClassName
{
border-color: #D2C23B;
}
.TagClassName
{
border-color: #D2C23B;
}
</style>