Shades of Wattle #D2C33D
Tints of Wattle #D2C33D
RGB
CMYK
RGB Variations
Color information
#D2C33D (or 0xD2C33D) is known color: Wattle. HEX triplet: D2, C3 and 3D. RGB value is (210,195,61). Sum of RGB (Red+Green+Blue) = 210+195+61=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C33D is #2D3CC2. Grayscale: #B8B8B8. Windows color (decimal): -2964675 or 4047826. OLE color: 4047826.
HSL color Cylindrical-coordinate representation of color #D2C33D: hue angle of 53.96º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2C33D is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 61 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.18 |
| HSL | 53.96º | 0.62% | 0.53% | - |
| HSV(B) | 53.96º | 0.71% | 0.82% | - |
| XYZ | 46.94 | 53.07 | 12.18 | - |
| YUV | 184.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 61 | 0 | 0.07 | 0.71 | 0.18 | 53.96 | 0.62 | 0.53 |
| Hex | D2 | C3 | 3D | 0 | 7 | 47 | 12 | 36 | 3E | 35 |
| Octal | 322 | 303 | 75 | 0 | 7 | 107 | 22 | 66 | 76 | 65 |
| Binary | 11010010 | 11000011 | 111101 | 0 | 111 | 1000111 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D2C33D
Complementary color
Monochromatic Colors of #D2C33D
Black with #D2C33D
Text Example
Text Example
White with #D2C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C33D; }
p { color: rgb(210,195,61); }
H1.HeaderClassName
{
color: #D2C33D;
}
.AnyTagClassName
{
color: #D2C33D;
}
</style>
background-color css
<style>
a { background-color: #D2C33D; }
a { background-color: rgb(210,195,61); }
div.DivClassName
{
background-color: #D2C33D;
}
.BgClassName
{
background-color: #D2C33D;
}
</style>
border-color css
<style>
span { border-color: #D2C33D; }
span { border-color: rgb(210,195,61); }
td.TdClassName
{
border-color: #D2C33D;
}
.TagClassName
{
border-color: #D2C33D;
}
</style>