Shades of Wattle #D0C23C
Tints of Wattle #D0C23C
RGB
CMYK
RGB Variations
Color information
#D0C23C (or 0xD0C23C) is known color: Wattle. HEX triplet: D0, C2 and 3C. RGB value is (208,194,60). Sum of RGB (Red+Green+Blue) = 208+194+60=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C23C is #2F3DC3. Grayscale: #B7B7B7. Windows color (decimal): -3096004 or 3982032. OLE color: 3982032.
HSL color Cylindrical-coordinate representation of color #D0C23C: hue angle of 54.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0C23C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.18 |
| HSL | 54.32º | 0.61% | 0.53% | - |
| HSV(B) | 54.32º | 0.71% | 0.82% | - |
| XYZ | 46.12 | 52.32 | 11.94 | - |
| YUV | 182.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 60 | 0 | 0.07 | 0.71 | 0.18 | 54.32 | 0.61 | 0.53 |
| Hex | D0 | C2 | 3C | 0 | 7 | 47 | 12 | 36 | 3D | 35 |
| Octal | 320 | 302 | 74 | 0 | 7 | 107 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000010 | 111100 | 0 | 111 | 1000111 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C23C
Complementary color
Monochromatic Colors of #D0C23C
Black with #D0C23C
Text Example
Text Example
White with #D0C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C23C; }
p { color: rgb(208,194,60); }
H1.HeaderClassName
{
color: #D0C23C;
}
.AnyTagClassName
{
color: #D0C23C;
}
</style>
background-color css
<style>
a { background-color: #D0C23C; }
a { background-color: rgb(208,194,60); }
div.DivClassName
{
background-color: #D0C23C;
}
.BgClassName
{
background-color: #D0C23C;
}
</style>
border-color css
<style>
span { border-color: #D0C23C; }
span { border-color: rgb(208,194,60); }
td.TdClassName
{
border-color: #D0C23C;
}
.TagClassName
{
border-color: #D0C23C;
}
</style>