Shades of Wattle #CFCD3C
Tints of Wattle #CFCD3C
RGB
CMYK
RGB Variations
Color information
#CFCD3C (or 0xCFCD3C) is known color: Wattle. HEX triplet: CF, CD and 3C. RGB value is (207,205,60). Sum of RGB (Red+Green+Blue) = 207+205+60=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD3C is #3032C3. Grayscale: #BDBDBD. Windows color (decimal): -3158724 or 3984847. OLE color: 3984847.
HSL color Cylindrical-coordinate representation of color #CFCD3C: hue angle of 59.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFCD3C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 60 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.19 |
| HSL | 59.18º | 0.6% | 0.52% | - |
| HSV(B) | 59.18º | 0.71% | 0.81% | - |
| XYZ | 48.38 | 57.25 | 12.78 | - |
| YUV | 189.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 60 | 0 | 0.01 | 0.71 | 0.19 | 59.18 | 0.6 | 0.52 |
| Hex | CF | CD | 3C | 0 | 1 | 47 | 13 | 3B | 3C | 34 |
| Octal | 317 | 315 | 74 | 0 | 1 | 107 | 23 | 73 | 74 | 64 |
| Binary | 11001111 | 11001101 | 111100 | 0 | 1 | 1000111 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CFCD3C
Complementary color
Monochromatic Colors of #CFCD3C
Black with #CFCD3C
Text Example
Text Example
White with #CFCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD3C; }
p { color: rgb(207,205,60); }
H1.HeaderClassName
{
color: #CFCD3C;
}
.AnyTagClassName
{
color: #CFCD3C;
}
</style>
background-color css
<style>
a { background-color: #CFCD3C; }
a { background-color: rgb(207,205,60); }
div.DivClassName
{
background-color: #CFCD3C;
}
.BgClassName
{
background-color: #CFCD3C;
}
</style>
border-color css
<style>
span { border-color: #CFCD3C; }
span { border-color: rgb(207,205,60); }
td.TdClassName
{
border-color: #CFCD3C;
}
.TagClassName
{
border-color: #CFCD3C;
}
</style>