Shades of Wattle #CFCF35
Tints of Wattle #CFCF35
RGB
CMYK
RGB Variations
Color information
#CFCF35 (or 0xCFCF35) is known color: Wattle. HEX triplet: CF, CF and 35. RGB value is (207,207,53). Sum of RGB (Red+Green+Blue) = 207+207+53=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF35 is #3030CA. Grayscale: #BEBEBE. Windows color (decimal): -3158219 or 3526607. OLE color: 3526607.
HSL color Cylindrical-coordinate representation of color #CFCF35: hue angle of 60º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFCF35 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 53 | - |
| CMYK | 0 | 0 | 0.74 | 0.19 |
| HSL | 60º | 0.62% | 0.51% | - |
| HSV(B) | 60º | 0.74% | 0.81% | - |
| XYZ | 48.69 | 58.15 | 12.03 | - |
| YUV | 189.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 53 | 0 | 0 | 0.74 | 0.19 | 60 | 0.62 | 0.51 |
| Hex | CF | CF | 35 | 0 | 0 | 4A | 13 | 3C | 3E | 33 |
| Octal | 317 | 317 | 65 | 0 | 0 | 112 | 23 | 74 | 76 | 63 |
| Binary | 11001111 | 11001111 | 110101 | 0 | 0 | 1001010 | 10011 | 111100 | 111110 | 110011 |
Color Harmonies of #CFCF35
Complementary color
Monochromatic Colors of #CFCF35
Black with #CFCF35
Text Example
Text Example
White with #CFCF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF35; }
p { color: rgb(207,207,53); }
H1.HeaderClassName
{
color: #CFCF35;
}
.AnyTagClassName
{
color: #CFCF35;
}
</style>
background-color css
<style>
a { background-color: #CFCF35; }
a { background-color: rgb(207,207,53); }
div.DivClassName
{
background-color: #CFCF35;
}
.BgClassName
{
background-color: #CFCF35;
}
</style>
border-color css
<style>
span { border-color: #CFCF35; }
span { border-color: rgb(207,207,53); }
td.TdClassName
{
border-color: #CFCF35;
}
.TagClassName
{
border-color: #CFCF35;
}
</style>