Shades of Wattle #D1CE34
Tints of Wattle #D1CE34
RGB
CMYK
RGB Variations
Color information
#D1CE34 (or 0xD1CE34) is known color: Wattle. HEX triplet: D1, CE and 34. RGB value is (209,206,52). Sum of RGB (Red+Green+Blue) = 209+206+52=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE34 is #2E31CB. Grayscale: #BDBDBD. Windows color (decimal): -3027404 or 3460817. OLE color: 3460817.
HSL color Cylindrical-coordinate representation of color #D1CE34: hue angle of 58.85º degrees, saturation: 0.63, 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 #D1CE34 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 52 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.18 |
| HSL | 58.85º | 0.63% | 0.51% | - |
| HSV(B) | 58.85º | 0.75% | 0.82% | - |
| XYZ | 48.99 | 57.95 | 11.85 | - |
| YUV | 189.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 52 | 0 | 0.01 | 0.75 | 0.18 | 58.85 | 0.63 | 0.51 |
| Hex | D1 | CE | 34 | 0 | 1 | 4B | 12 | 3B | 3F | 33 |
| Octal | 321 | 316 | 64 | 0 | 1 | 113 | 22 | 73 | 77 | 63 |
| Binary | 11010001 | 11001110 | 110100 | 0 | 1 | 1001011 | 10010 | 111011 | 111111 | 110011 |
Color Harmonies of #D1CE34
Complementary color
Monochromatic Colors of #D1CE34
Black with #D1CE34
Text Example
Text Example
White with #D1CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE34; }
p { color: rgb(209,206,52); }
H1.HeaderClassName
{
color: #D1CE34;
}
.AnyTagClassName
{
color: #D1CE34;
}
</style>
background-color css
<style>
a { background-color: #D1CE34; }
a { background-color: rgb(209,206,52); }
div.DivClassName
{
background-color: #D1CE34;
}
.BgClassName
{
background-color: #D1CE34;
}
</style>
border-color css
<style>
span { border-color: #D1CE34; }
span { border-color: rgb(209,206,52); }
td.TdClassName
{
border-color: #D1CE34;
}
.TagClassName
{
border-color: #D1CE34;
}
</style>