Shades of Wattle #D2CC3B
Tints of Wattle #D2CC3B
RGB
CMYK
RGB Variations
Color information
#D2CC3B (or 0xD2CC3B) is known color: Wattle. HEX triplet: D2, CC and 3B. RGB value is (210,204,59). Sum of RGB (Red+Green+Blue) = 210+204+59=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC3B is #2D33C4. Grayscale: #BDBDBD. Windows color (decimal): -2962373 or 3919058. OLE color: 3919058.
HSL color Cylindrical-coordinate representation of color #D2CC3B: hue angle of 57.62º 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 #D2CC3B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 59 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.18 |
| HSL | 57.62º | 0.63% | 0.53% | - |
| HSV(B) | 57.62º | 0.72% | 0.82% | - |
| XYZ | 48.96 | 57.2 | 12.6 | - |
| YUV | 189.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 59 | 0 | 0.03 | 0.72 | 0.18 | 57.62 | 0.63 | 0.53 |
| Hex | D2 | CC | 3B | 0 | 3 | 48 | 12 | 3A | 3F | 35 |
| Octal | 322 | 314 | 73 | 0 | 3 | 110 | 22 | 72 | 77 | 65 |
| Binary | 11010010 | 11001100 | 111011 | 0 | 11 | 1001000 | 10010 | 111010 | 111111 | 110101 |
Color Harmonies of #D2CC3B
Complementary color
Monochromatic Colors of #D2CC3B
Black with #D2CC3B
Text Example
Text Example
White with #D2CC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC3B; }
p { color: rgb(210,204,59); }
H1.HeaderClassName
{
color: #D2CC3B;
}
.AnyTagClassName
{
color: #D2CC3B;
}
</style>
background-color css
<style>
a { background-color: #D2CC3B; }
a { background-color: rgb(210,204,59); }
div.DivClassName
{
background-color: #D2CC3B;
}
.BgClassName
{
background-color: #D2CC3B;
}
</style>
border-color css
<style>
span { border-color: #D2CC3B; }
span { border-color: rgb(210,204,59); }
td.TdClassName
{
border-color: #D2CC3B;
}
.TagClassName
{
border-color: #D2CC3B;
}
</style>