Shades of Wattle #D2CC42
Tints of Wattle #D2CC42
RGB
CMYK
RGB Variations
Color information
#D2CC42 (or 0xD2CC42) is known color: Wattle. HEX triplet: D2, CC and 42. RGB value is (210,204,66). Sum of RGB (Red+Green+Blue) = 210+204+66=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC42 is #2D33BD. Grayscale: #BEBEBE. Windows color (decimal): -2962366 or 4377810. OLE color: 4377810.
HSL color Cylindrical-coordinate representation of color #D2CC42: hue angle of 57.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2CC42 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 66 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.18 |
| HSL | 57.5º | 0.62% | 0.54% | - |
| HSV(B) | 57.5º | 0.69% | 0.82% | - |
| XYZ | 49.15 | 57.28 | 13.62 | - |
| YUV | 190.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 66 | 0 | 0.03 | 0.69 | 0.18 | 57.5 | 0.62 | 0.54 |
| Hex | D2 | CC | 42 | 0 | 3 | 45 | 12 | 3A | 3E | 36 |
| Octal | 322 | 314 | 102 | 0 | 3 | 105 | 22 | 72 | 76 | 66 |
| Binary | 11010010 | 11001100 | 1000010 | 0 | 11 | 1000101 | 10010 | 111010 | 111110 | 110110 |
Color Harmonies of #D2CC42
Complementary color
Monochromatic Colors of #D2CC42
Black with #D2CC42
Text Example
Text Example
White with #D2CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC42; }
p { color: rgb(210,204,66); }
H1.HeaderClassName
{
color: #D2CC42;
}
.AnyTagClassName
{
color: #D2CC42;
}
</style>
background-color css
<style>
a { background-color: #D2CC42; }
a { background-color: rgb(210,204,66); }
div.DivClassName
{
background-color: #D2CC42;
}
.BgClassName
{
background-color: #D2CC42;
}
</style>
border-color css
<style>
span { border-color: #D2CC42; }
span { border-color: rgb(210,204,66); }
td.TdClassName
{
border-color: #D2CC42;
}
.TagClassName
{
border-color: #D2CC42;
}
</style>