Shades of Wattle #CFC13C
Tints of Wattle #CFC13C
RGB
CMYK
RGB Variations
Color information
#CFC13C (or 0xCFC13C) is known color: Wattle. HEX triplet: CF, C1 and 3C. RGB value is (207,193,60). Sum of RGB (Red+Green+Blue) = 207+193+60=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC13C is #303EC3. Grayscale: #B6B6B6. Windows color (decimal): -3161796 or 3981775. OLE color: 3981775.
HSL color Cylindrical-coordinate representation of color #CFC13C: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC13C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 54.29º | 0.6% | 0.52% | - |
| HSV(B) | 54.29º | 0.71% | 0.81% | - |
| XYZ | 45.62 | 51.73 | 11.86 | - |
| YUV | 182.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 60 | 0 | 0.07 | 0.71 | 0.19 | 54.29 | 0.6 | 0.52 |
| Hex | CF | C1 | 3C | 0 | 7 | 47 | 13 | 36 | 3C | 34 |
| Octal | 317 | 301 | 74 | 0 | 7 | 107 | 23 | 66 | 74 | 64 |
| Binary | 11001111 | 11000001 | 111100 | 0 | 111 | 1000111 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CFC13C
Complementary color
Monochromatic Colors of #CFC13C
Black with #CFC13C
Text Example
Text Example
White with #CFC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC13C; }
p { color: rgb(207,193,60); }
H1.HeaderClassName
{
color: #CFC13C;
}
.AnyTagClassName
{
color: #CFC13C;
}
</style>
background-color css
<style>
a { background-color: #CFC13C; }
a { background-color: rgb(207,193,60); }
div.DivClassName
{
background-color: #CFC13C;
}
.BgClassName
{
background-color: #CFC13C;
}
</style>
border-color css
<style>
span { border-color: #CFC13C; }
span { border-color: rgb(207,193,60); }
td.TdClassName
{
border-color: #CFC13C;
}
.TagClassName
{
border-color: #CFC13C;
}
</style>