Shades of Wattle #D5CE34
Tints of Wattle #D5CE34
RGB
CMYK
RGB Variations
Color information
#D5CE34 (or 0xD5CE34) is known color: Wattle. HEX triplet: D5, CE and 34. RGB value is (213,206,52). Sum of RGB (Red+Green+Blue) = 213+206+52=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE34 is #2A31CB. Grayscale: #BFBFBF. Windows color (decimal): -2765260 or 3460821. OLE color: 3460821.
HSL color Cylindrical-coordinate representation of color #D5CE34: hue angle of 57.39º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5CE34 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 52 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.16 |
| HSL | 57.39º | 0.66% | 0.52% | - |
| HSV(B) | 57.39º | 0.76% | 0.84% | - |
| XYZ | 50.13 | 58.54 | 11.91 | - |
| YUV | 190.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 52 | 0 | 0.03 | 0.76 | 0.16 | 57.39 | 0.66 | 0.52 |
| Hex | D5 | CE | 34 | 0 | 3 | 4C | 10 | 39 | 42 | 34 |
| Octal | 325 | 316 | 64 | 0 | 3 | 114 | 20 | 71 | 102 | 64 |
| Binary | 11010101 | 11001110 | 110100 | 0 | 11 | 1001100 | 10000 | 111001 | 1000010 | 110100 |
Color Harmonies of #D5CE34
Complementary color
Monochromatic Colors of #D5CE34
Black with #D5CE34
Text Example
Text Example
White with #D5CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE34; }
p { color: rgb(213,206,52); }
H1.HeaderClassName
{
color: #D5CE34;
}
.AnyTagClassName
{
color: #D5CE34;
}
</style>
background-color css
<style>
a { background-color: #D5CE34; }
a { background-color: rgb(213,206,52); }
div.DivClassName
{
background-color: #D5CE34;
}
.BgClassName
{
background-color: #D5CE34;
}
</style>
border-color css
<style>
span { border-color: #D5CE34; }
span { border-color: rgb(213,206,52); }
td.TdClassName
{
border-color: #D5CE34;
}
.TagClassName
{
border-color: #D5CE34;
}
</style>