Shades of Wattle #D5C23C
Tints of Wattle #D5C23C
RGB
CMYK
RGB Variations
Color information
#D5C23C (or 0xD5C23C) is known color: Wattle. HEX triplet: D5, C2 and 3C. RGB value is (213,194,60). Sum of RGB (Red+Green+Blue) = 213+194+60=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C23C is #2A3DC3. Grayscale: #B8B8B8. Windows color (decimal): -2768324 or 3982037. OLE color: 3982037.
HSL color Cylindrical-coordinate representation of color #D5C23C: hue angle of 52.55º 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 #D5C23C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 60 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.16 |
| HSL | 52.55º | 0.65% | 0.54% | - |
| HSV(B) | 52.55º | 0.72% | 0.84% | - |
| XYZ | 47.55 | 53.06 | 12.01 | - |
| YUV | 184.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 60 | 0 | 0.09 | 0.72 | 0.16 | 52.55 | 0.65 | 0.54 |
| Hex | D5 | C2 | 3C | 0 | 9 | 48 | 10 | 35 | 41 | 36 |
| Octal | 325 | 302 | 74 | 0 | 11 | 110 | 20 | 65 | 101 | 66 |
| Binary | 11010101 | 11000010 | 111100 | 0 | 1001 | 1001000 | 10000 | 110101 | 1000001 | 110110 |
Color Harmonies of #D5C23C
Complementary color
Monochromatic Colors of #D5C23C
Black with #D5C23C
Text Example
Text Example
White with #D5C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C23C; }
p { color: rgb(213,194,60); }
H1.HeaderClassName
{
color: #D5C23C;
}
.AnyTagClassName
{
color: #D5C23C;
}
</style>
background-color css
<style>
a { background-color: #D5C23C; }
a { background-color: rgb(213,194,60); }
div.DivClassName
{
background-color: #D5C23C;
}
.BgClassName
{
background-color: #D5C23C;
}
</style>
border-color css
<style>
span { border-color: #D5C23C; }
span { border-color: rgb(213,194,60); }
td.TdClassName
{
border-color: #D5C23C;
}
.TagClassName
{
border-color: #D5C23C;
}
</style>