Shades of Wattle #CFC344
Tints of Wattle #CFC344
RGB
CMYK
RGB Variations
Color information
#CFC344 (or 0xCFC344) is known color: Wattle. HEX triplet: CF, C3 and 44. RGB value is (207,195,68). Sum of RGB (Red+Green+Blue) = 207+195+68=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC344 is #303CBB. Grayscale: #B8B8B8. Windows color (decimal): -3161276 or 4506575. OLE color: 4506575.
HSL color Cylindrical-coordinate representation of color #CFC344: hue angle of 54.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFC344 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 68 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.19 |
| HSL | 54.82º | 0.59% | 0.54% | - |
| HSV(B) | 54.82º | 0.67% | 0.81% | - |
| XYZ | 46.29 | 52.71 | 13.2 | - |
| YUV | 184.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 68 | 0 | 0.06 | 0.67 | 0.19 | 54.82 | 0.59 | 0.54 |
| Hex | CF | C3 | 44 | 0 | 6 | 43 | 13 | 37 | 3B | 36 |
| Octal | 317 | 303 | 104 | 0 | 6 | 103 | 23 | 67 | 73 | 66 |
| Binary | 11001111 | 11000011 | 1000100 | 0 | 110 | 1000011 | 10011 | 110111 | 111011 | 110110 |
Color Harmonies of #CFC344
Complementary color
Monochromatic Colors of #CFC344
Black with #CFC344
Text Example
Text Example
White with #CFC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC344; }
p { color: rgb(207,195,68); }
H1.HeaderClassName
{
color: #CFC344;
}
.AnyTagClassName
{
color: #CFC344;
}
</style>
background-color css
<style>
a { background-color: #CFC344; }
a { background-color: rgb(207,195,68); }
div.DivClassName
{
background-color: #CFC344;
}
.BgClassName
{
background-color: #CFC344;
}
</style>
border-color css
<style>
span { border-color: #CFC344; }
span { border-color: rgb(207,195,68); }
td.TdClassName
{
border-color: #CFC344;
}
.TagClassName
{
border-color: #CFC344;
}
</style>