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