Shades of Wattle #D0C23F
Tints of Wattle #D0C23F
RGB
CMYK
RGB Variations
Color information
#D0C23F (or 0xD0C23F) is known color: Wattle. HEX triplet: D0, C2 and 3F. RGB value is (208,194,63). Sum of RGB (Red+Green+Blue) = 208+194+63=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C23F is #2F3DC0. Grayscale: #B7B7B7. Windows color (decimal): -3096001 or 4178640. OLE color: 4178640.
HSL color Cylindrical-coordinate representation of color #D0C23F: hue angle of 54.21º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C23F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 54.21º | 0.61% | 0.53% | - |
| HSV(B) | 54.21º | 0.7% | 0.82% | - |
| XYZ | 46.2 | 52.35 | 12.37 | - |
| YUV | 183.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 63 | 0 | 0.07 | 0.70 | 0.18 | 54.21 | 0.61 | 0.53 |
| Hex | D0 | C2 | 3F | 0 | 7 | 46 | 12 | 36 | 3D | 35 |
| Octal | 320 | 302 | 77 | 0 | 7 | 106 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000010 | 111111 | 0 | 111 | 1000110 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C23F
Complementary color
Monochromatic Colors of #D0C23F
Black with #D0C23F
Text Example
Text Example
White with #D0C23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C23F; }
p { color: rgb(208,194,63); }
H1.HeaderClassName
{
color: #D0C23F;
}
.AnyTagClassName
{
color: #D0C23F;
}
</style>
background-color css
<style>
a { background-color: #D0C23F; }
a { background-color: rgb(208,194,63); }
div.DivClassName
{
background-color: #D0C23F;
}
.BgClassName
{
background-color: #D0C23F;
}
</style>
border-color css
<style>
span { border-color: #D0C23F; }
span { border-color: rgb(208,194,63); }
td.TdClassName
{
border-color: #D0C23F;
}
.TagClassName
{
border-color: #D0C23F;
}
</style>