Shades of Wattle #C9C83D
Tints of Wattle #C9C83D
RGB
CMYK
RGB Variations
Color information
#C9C83D (or 0xC9C83D) is known color: Wattle. HEX triplet: C9, C8 and 3D. RGB value is (201,200,61). Sum of RGB (Red+Green+Blue) = 201+200+61=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C83D is #3637C2. Grayscale: #B9B9B9. Windows color (decimal): -3553219 or 4049097. OLE color: 4049097.
HSL color Cylindrical-coordinate representation of color #C9C83D: hue angle of 59.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9C83D is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 61 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.21 |
| HSL | 59.57º | 0.56% | 0.51% | - |
| HSV(B) | 59.57º | 0.7% | 0.79% | - |
| XYZ | 45.58 | 54.06 | 12.45 | - |
| YUV | 184.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 61 | 0 | 0.00 | 0.70 | 0.21 | 59.57 | 0.56 | 0.51 |
| Hex | C9 | C8 | 3D | 0 | 0 | 46 | 15 | 3C | 38 | 33 |
| Octal | 311 | 310 | 75 | 0 | 0 | 106 | 25 | 74 | 70 | 63 |
| Binary | 11001001 | 11001000 | 111101 | 0 | 0 | 1000110 | 10101 | 111100 | 111000 | 110011 |
Color Harmonies of #C9C83D
Complementary color
Monochromatic Colors of #C9C83D
Black with #C9C83D
Text Example
Text Example
White with #C9C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C83D; }
p { color: rgb(201,200,61); }
H1.HeaderClassName
{
color: #C9C83D;
}
.AnyTagClassName
{
color: #C9C83D;
}
</style>
background-color css
<style>
a { background-color: #C9C83D; }
a { background-color: rgb(201,200,61); }
div.DivClassName
{
background-color: #C9C83D;
}
.BgClassName
{
background-color: #C9C83D;
}
</style>
border-color css
<style>
span { border-color: #C9C83D; }
span { border-color: rgb(201,200,61); }
td.TdClassName
{
border-color: #C9C83D;
}
.TagClassName
{
border-color: #C9C83D;
}
</style>