Shades of Wattle #D9CA38
Tints of Wattle #D9CA38
RGB
CMYK
RGB Variations
Color information
#D9CA38 (or 0xD9CA38) is known color: Wattle. HEX triplet: D9, CA and 38. RGB value is (217,202,56). Sum of RGB (Red+Green+Blue) = 217+202+56=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA38 is #2635C7. Grayscale: #BEBEBE. Windows color (decimal): -2504136 or 3721945. OLE color: 3721945.
HSL color Cylindrical-coordinate representation of color #D9CA38: hue angle of 54.41º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9CA38 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 56 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.15 |
| HSL | 54.41º | 0.68% | 0.54% | - |
| HSV(B) | 54.41º | 0.74% | 0.85% | - |
| XYZ | 50.45 | 57.28 | 12.14 | - |
| YUV | 189.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 56 | 0 | 0.07 | 0.74 | 0.15 | 54.41 | 0.68 | 0.54 |
| Hex | D9 | CA | 38 | 0 | 7 | 4A | F | 36 | 44 | 36 |
| Octal | 331 | 312 | 70 | 0 | 7 | 112 | 17 | 66 | 104 | 66 |
| Binary | 11011001 | 11001010 | 111000 | 0 | 111 | 1001010 | 1111 | 110110 | 1000100 | 110110 |
Color Harmonies of #D9CA38
Complementary color
Monochromatic Colors of #D9CA38
Black with #D9CA38
Text Example
Text Example
White with #D9CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA38; }
p { color: rgb(217,202,56); }
H1.HeaderClassName
{
color: #D9CA38;
}
.AnyTagClassName
{
color: #D9CA38;
}
</style>
background-color css
<style>
a { background-color: #D9CA38; }
a { background-color: rgb(217,202,56); }
div.DivClassName
{
background-color: #D9CA38;
}
.BgClassName
{
background-color: #D9CA38;
}
</style>
border-color css
<style>
span { border-color: #D9CA38; }
span { border-color: rgb(217,202,56); }
td.TdClassName
{
border-color: #D9CA38;
}
.TagClassName
{
border-color: #D9CA38;
}
</style>