Shades of Wattle #D9C33D
Tints of Wattle #D9C33D
RGB
CMYK
RGB Variations
Color information
#D9C33D (or 0xD9C33D) is known color: Wattle. HEX triplet: D9, C3 and 3D. RGB value is (217,195,61). Sum of RGB (Red+Green+Blue) = 217+195+61=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C33D is #263CC2. Grayscale: #BABABA. Windows color (decimal): -2505923 or 4047833. OLE color: 4047833.
HSL color Cylindrical-coordinate representation of color #D9C33D: hue angle of 51.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C33D is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 61 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.15 |
| HSL | 51.54º | 0.67% | 0.55% | - |
| HSV(B) | 51.54º | 0.72% | 0.85% | - |
| XYZ | 48.97 | 54.12 | 12.28 | - |
| YUV | 186.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 61 | 0 | 0.10 | 0.72 | 0.15 | 51.54 | 0.67 | 0.55 |
| Hex | D9 | C3 | 3D | 0 | A | 48 | F | 34 | 43 | 37 |
| Octal | 331 | 303 | 75 | 0 | 12 | 110 | 17 | 64 | 103 | 67 |
| Binary | 11011001 | 11000011 | 111101 | 0 | 1010 | 1001000 | 1111 | 110100 | 1000011 | 110111 |
Color Harmonies of #D9C33D
Complementary color
Monochromatic Colors of #D9C33D
Black with #D9C33D
Text Example
Text Example
White with #D9C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C33D; }
p { color: rgb(217,195,61); }
H1.HeaderClassName
{
color: #D9C33D;
}
.AnyTagClassName
{
color: #D9C33D;
}
</style>
background-color css
<style>
a { background-color: #D9C33D; }
a { background-color: rgb(217,195,61); }
div.DivClassName
{
background-color: #D9C33D;
}
.BgClassName
{
background-color: #D9C33D;
}
</style>
border-color css
<style>
span { border-color: #D9C33D; }
span { border-color: rgb(217,195,61); }
td.TdClassName
{
border-color: #D9C33D;
}
.TagClassName
{
border-color: #D9C33D;
}
</style>