Shades of Wattle #D5CE3C
Tints of Wattle #D5CE3C
RGB
CMYK
RGB Variations
Color information
#D5CE3C (or 0xD5CE3C) is known color: Wattle. HEX triplet: D5, CE and 3C. RGB value is (213,206,60). Sum of RGB (Red+Green+Blue) = 213+206+60=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE3C is #2A31C3. Grayscale: #C0C0C0. Windows color (decimal): -2765252 or 3985109. OLE color: 3985109.
HSL color Cylindrical-coordinate representation of color #D5CE3C: hue angle of 57.25º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5CE3C is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 60 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.16 |
| HSL | 57.25º | 0.65% | 0.54% | - |
| HSV(B) | 57.25º | 0.72% | 0.84% | - |
| XYZ | 50.33 | 58.62 | 12.94 | - |
| YUV | 191.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 60 | 0 | 0.03 | 0.72 | 0.16 | 57.25 | 0.65 | 0.54 |
| Hex | D5 | CE | 3C | 0 | 3 | 48 | 10 | 39 | 41 | 36 |
| Octal | 325 | 316 | 74 | 0 | 3 | 110 | 20 | 71 | 101 | 66 |
| Binary | 11010101 | 11001110 | 111100 | 0 | 11 | 1001000 | 10000 | 111001 | 1000001 | 110110 |
Color Harmonies of #D5CE3C
Complementary color
Monochromatic Colors of #D5CE3C
Black with #D5CE3C
Text Example
Text Example
White with #D5CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE3C; }
p { color: rgb(213,206,60); }
H1.HeaderClassName
{
color: #D5CE3C;
}
.AnyTagClassName
{
color: #D5CE3C;
}
</style>
background-color css
<style>
a { background-color: #D5CE3C; }
a { background-color: rgb(213,206,60); }
div.DivClassName
{
background-color: #D5CE3C;
}
.BgClassName
{
background-color: #D5CE3C;
}
</style>
border-color css
<style>
span { border-color: #D5CE3C; }
span { border-color: rgb(213,206,60); }
td.TdClassName
{
border-color: #D5CE3C;
}
.TagClassName
{
border-color: #D5CE3C;
}
</style>