Shades of Wattle #D2CE34
Tints of Wattle #D2CE34
RGB
CMYK
RGB Variations
Color information
#D2CE34 (or 0xD2CE34) is known color: Wattle. HEX triplet: D2, CE and 34. RGB value is (210,206,52). Sum of RGB (Red+Green+Blue) = 210+206+52=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE34 is #2D31CB. Grayscale: #BEBEBE. Windows color (decimal): -2961868 or 3460818. OLE color: 3460818.
HSL color Cylindrical-coordinate representation of color #D2CE34: hue angle of 58.48º 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 #D2CE34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.48º | 0.64% | 0.51% | - |
| HSV(B) | 58.48º | 0.75% | 0.82% | - |
| XYZ | 49.27 | 58.09 | 11.86 | - |
| YUV | 189.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.48 | 0.64 | 0.51 |
| Hex | D2 | CE | 34 | 0 | 2 | 4B | 12 | 3A | 40 | 33 |
| Octal | 322 | 316 | 64 | 0 | 2 | 113 | 22 | 72 | 100 | 63 |
| Binary | 11010010 | 11001110 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 1000000 | 110011 |
Color Harmonies of #D2CE34
Complementary color
Monochromatic Colors of #D2CE34
Black with #D2CE34
Text Example
Text Example
White with #D2CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE34; }
p { color: rgb(210,206,52); }
H1.HeaderClassName
{
color: #D2CE34;
}
.AnyTagClassName
{
color: #D2CE34;
}
</style>
background-color css
<style>
a { background-color: #D2CE34; }
a { background-color: rgb(210,206,52); }
div.DivClassName
{
background-color: #D2CE34;
}
.BgClassName
{
background-color: #D2CE34;
}
</style>
border-color css
<style>
span { border-color: #D2CE34; }
span { border-color: rgb(210,206,52); }
td.TdClassName
{
border-color: #D2CE34;
}
.TagClassName
{
border-color: #D2CE34;
}
</style>