Shades of Wattle #CFCB35
Tints of Wattle #CFCB35
RGB
CMYK
RGB Variations
Color information
#CFCB35 (or 0xCFCB35) is known color: Wattle. HEX triplet: CF, CB and 35. RGB value is (207,203,53). Sum of RGB (Red+Green+Blue) = 207+203+53=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB35 is #3034CA. Grayscale: #BBBBBB. Windows color (decimal): -3159243 or 3525583. OLE color: 3525583.
HSL color Cylindrical-coordinate representation of color #CFCB35: hue angle of 58.44º 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 #CFCB35 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 53 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.19 |
| HSL | 58.44º | 0.62% | 0.51% | - |
| HSV(B) | 58.44º | 0.74% | 0.81% | - |
| XYZ | 47.73 | 56.23 | 11.71 | - |
| YUV | 187.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 53 | 0 | 0.02 | 0.74 | 0.19 | 58.44 | 0.62 | 0.51 |
| Hex | CF | CB | 35 | 0 | 2 | 4A | 13 | 3A | 3E | 33 |
| Octal | 317 | 313 | 65 | 0 | 2 | 112 | 23 | 72 | 76 | 63 |
| Binary | 11001111 | 11001011 | 110101 | 0 | 10 | 1001010 | 10011 | 111010 | 111110 | 110011 |
Color Harmonies of #CFCB35
Complementary color
Monochromatic Colors of #CFCB35
Black with #CFCB35
Text Example
Text Example
White with #CFCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB35; }
p { color: rgb(207,203,53); }
H1.HeaderClassName
{
color: #CFCB35;
}
.AnyTagClassName
{
color: #CFCB35;
}
</style>
background-color css
<style>
a { background-color: #CFCB35; }
a { background-color: rgb(207,203,53); }
div.DivClassName
{
background-color: #CFCB35;
}
.BgClassName
{
background-color: #CFCB35;
}
</style>
border-color css
<style>
span { border-color: #CFCB35; }
span { border-color: rgb(207,203,53); }
td.TdClassName
{
border-color: #CFCB35;
}
.TagClassName
{
border-color: #CFCB35;
}
</style>