Shades of Wattle #CFCB3D
Tints of Wattle #CFCB3D
RGB
CMYK
RGB Variations
Color information
#CFCB3D (or 0xCFCB3D) is known color: Wattle. HEX triplet: CF, CB and 3D. RGB value is (207,203,61). Sum of RGB (Red+Green+Blue) = 207+203+61=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB3D is #3034C2. Grayscale: #BCBCBC. Windows color (decimal): -3159235 or 4049871. OLE color: 4049871.
HSL color Cylindrical-coordinate representation of color #CFCB3D: hue angle of 58.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFCB3D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 61 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.19 |
| HSL | 58.36º | 0.6% | 0.53% | - |
| HSV(B) | 58.36º | 0.71% | 0.81% | - |
| XYZ | 47.93 | 56.31 | 12.76 | - |
| YUV | 188.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 61 | 0 | 0.02 | 0.71 | 0.19 | 58.36 | 0.6 | 0.53 |
| Hex | CF | CB | 3D | 0 | 2 | 47 | 13 | 3A | 3C | 35 |
| Octal | 317 | 313 | 75 | 0 | 2 | 107 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001011 | 111101 | 0 | 10 | 1000111 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCB3D
Complementary color
Monochromatic Colors of #CFCB3D
Black with #CFCB3D
Text Example
Text Example
White with #CFCB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB3D; }
p { color: rgb(207,203,61); }
H1.HeaderClassName
{
color: #CFCB3D;
}
.AnyTagClassName
{
color: #CFCB3D;
}
</style>
background-color css
<style>
a { background-color: #CFCB3D; }
a { background-color: rgb(207,203,61); }
div.DivClassName
{
background-color: #CFCB3D;
}
.BgClassName
{
background-color: #CFCB3D;
}
</style>
border-color css
<style>
span { border-color: #CFCB3D; }
span { border-color: rgb(207,203,61); }
td.TdClassName
{
border-color: #CFCB3D;
}
.TagClassName
{
border-color: #CFCB3D;
}
</style>