Shades of Wattle #CFCD4B
Tints of Wattle #CFCD4B
RGB
CMYK
RGB Variations
Color information
#CFCD4B (or 0xCFCD4B) is known color: Wattle. HEX triplet: CF, CD and 4B. RGB value is (207,205,75). Sum of RGB (Red+Green+Blue) = 207+205+75=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD4B is #3032B4. Grayscale: #BFBFBF. Windows color (decimal): -3158709 or 4967887. OLE color: 4967887.
HSL color Cylindrical-coordinate representation of color #CFCD4B: hue angle of 59.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFCD4B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 75 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.19 |
| HSL | 59.09º | 0.58% | 0.55% | - |
| HSV(B) | 59.09º | 0.64% | 0.81% | - |
| XYZ | 48.83 | 57.44 | 15.17 | - |
| YUV | 190.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 75 | 0 | 0.01 | 0.64 | 0.19 | 59.09 | 0.58 | 0.55 |
| Hex | CF | CD | 4B | 0 | 1 | 40 | 13 | 3B | 3A | 37 |
| Octal | 317 | 315 | 113 | 0 | 1 | 100 | 23 | 73 | 72 | 67 |
| Binary | 11001111 | 11001101 | 1001011 | 0 | 1 | 1000000 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CFCD4B
Complementary color
Monochromatic Colors of #CFCD4B
Black with #CFCD4B
Text Example
Text Example
White with #CFCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD4B; }
p { color: rgb(207,205,75); }
H1.HeaderClassName
{
color: #CFCD4B;
}
.AnyTagClassName
{
color: #CFCD4B;
}
</style>
background-color css
<style>
a { background-color: #CFCD4B; }
a { background-color: rgb(207,205,75); }
div.DivClassName
{
background-color: #CFCD4B;
}
.BgClassName
{
background-color: #CFCD4B;
}
</style>
border-color css
<style>
span { border-color: #CFCD4B; }
span { border-color: rgb(207,205,75); }
td.TdClassName
{
border-color: #CFCD4B;
}
.TagClassName
{
border-color: #CFCD4B;
}
</style>