Shades of Wattle #D2C334
Tints of Wattle #D2C334
RGB
CMYK
RGB Variations
Color information
#D2C334 (or 0xD2C334) is known color: Wattle. HEX triplet: D2, C3 and 34. RGB value is (210,195,52). Sum of RGB (Red+Green+Blue) = 210+195+52=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C334 is #2D3CCB. Grayscale: #B7B7B7. Windows color (decimal): -2964684 or 3458002. OLE color: 3458002.
HSL color Cylindrical-coordinate representation of color #D2C334: hue angle of 54.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2C334 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 52 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.18 |
| HSL | 54.3º | 0.64% | 0.51% | - |
| HSV(B) | 54.3º | 0.75% | 0.82% | - |
| XYZ | 46.71 | 52.98 | 11.01 | - |
| YUV | 183.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 52 | 0 | 0.07 | 0.75 | 0.18 | 54.3 | 0.64 | 0.51 |
| Hex | D2 | C3 | 34 | 0 | 7 | 4B | 12 | 36 | 40 | 33 |
| Octal | 322 | 303 | 64 | 0 | 7 | 113 | 22 | 66 | 100 | 63 |
| Binary | 11010010 | 11000011 | 110100 | 0 | 111 | 1001011 | 10010 | 110110 | 1000000 | 110011 |
Color Harmonies of #D2C334
Complementary color
Monochromatic Colors of #D2C334
Black with #D2C334
Text Example
Text Example
White with #D2C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C334; }
p { color: rgb(210,195,52); }
H1.HeaderClassName
{
color: #D2C334;
}
.AnyTagClassName
{
color: #D2C334;
}
</style>
background-color css
<style>
a { background-color: #D2C334; }
a { background-color: rgb(210,195,52); }
div.DivClassName
{
background-color: #D2C334;
}
.BgClassName
{
background-color: #D2C334;
}
</style>
border-color css
<style>
span { border-color: #D2C334; }
span { border-color: rgb(210,195,52); }
td.TdClassName
{
border-color: #D2C334;
}
.TagClassName
{
border-color: #D2C334;
}
</style>