Shades of Wattle #D7CE44
Tints of Wattle #D7CE44
RGB
CMYK
RGB Variations
Color information
#D7CE44 (or 0xD7CE44) is known color: Wattle. HEX triplet: D7, CE and 44. RGB value is (215,206,68). Sum of RGB (Red+Green+Blue) = 215+206+68=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE44 is #2831BB. Grayscale: #C1C1C1. Windows color (decimal): -2634172 or 4509399. OLE color: 4509399.
HSL color Cylindrical-coordinate representation of color #D7CE44: hue angle of 56.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7CE44 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 68 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.16 |
| HSL | 56.33º | 0.65% | 0.55% | - |
| HSV(B) | 56.33º | 0.68% | 0.84% | - |
| XYZ | 51.14 | 59.01 | 14.16 | - |
| YUV | 192.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 68 | 0 | 0.04 | 0.68 | 0.16 | 56.33 | 0.65 | 0.55 |
| Hex | D7 | CE | 44 | 0 | 4 | 44 | 10 | 38 | 41 | 37 |
| Octal | 327 | 316 | 104 | 0 | 4 | 104 | 20 | 70 | 101 | 67 |
| Binary | 11010111 | 11001110 | 1000100 | 0 | 100 | 1000100 | 10000 | 111000 | 1000001 | 110111 |
Color Harmonies of #D7CE44
Complementary color
Monochromatic Colors of #D7CE44
Black with #D7CE44
Text Example
Text Example
White with #D7CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE44; }
p { color: rgb(215,206,68); }
H1.HeaderClassName
{
color: #D7CE44;
}
.AnyTagClassName
{
color: #D7CE44;
}
</style>
background-color css
<style>
a { background-color: #D7CE44; }
a { background-color: rgb(215,206,68); }
div.DivClassName
{
background-color: #D7CE44;
}
.BgClassName
{
background-color: #D7CE44;
}
</style>
border-color css
<style>
span { border-color: #D7CE44; }
span { border-color: rgb(215,206,68); }
td.TdClassName
{
border-color: #D7CE44;
}
.TagClassName
{
border-color: #D7CE44;
}
</style>