Shades of Wattle #CFC13D
Tints of Wattle #CFC13D
RGB
CMYK
RGB Variations
Color information
#CFC13D (or 0xCFC13D) is known color: Wattle. HEX triplet: CF, C1 and 3D. RGB value is (207,193,61). Sum of RGB (Red+Green+Blue) = 207+193+61=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC13D is #303EC2. Grayscale: #B6B6B6. Windows color (decimal): -3161795 or 4047311. OLE color: 4047311.
HSL color Cylindrical-coordinate representation of color #CFC13D: hue angle of 54.25º 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 #CFC13D is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 61 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 54.25º | 0.6% | 0.53% | - |
| HSV(B) | 54.25º | 0.71% | 0.81% | - |
| XYZ | 45.64 | 51.74 | 12 | - |
| YUV | 182.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 61 | 0 | 0.07 | 0.71 | 0.19 | 54.25 | 0.6 | 0.53 |
| Hex | CF | C1 | 3D | 0 | 7 | 47 | 13 | 36 | 3C | 35 |
| Octal | 317 | 301 | 75 | 0 | 7 | 107 | 23 | 66 | 74 | 65 |
| Binary | 11001111 | 11000001 | 111101 | 0 | 111 | 1000111 | 10011 | 110110 | 111100 | 110101 |
Color Harmonies of #CFC13D
Complementary color
Monochromatic Colors of #CFC13D
Black with #CFC13D
Text Example
Text Example
White with #CFC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC13D; }
p { color: rgb(207,193,61); }
H1.HeaderClassName
{
color: #CFC13D;
}
.AnyTagClassName
{
color: #CFC13D;
}
</style>
background-color css
<style>
a { background-color: #CFC13D; }
a { background-color: rgb(207,193,61); }
div.DivClassName
{
background-color: #CFC13D;
}
.BgClassName
{
background-color: #CFC13D;
}
</style>
border-color css
<style>
span { border-color: #CFC13D; }
span { border-color: rgb(207,193,61); }
td.TdClassName
{
border-color: #CFC13D;
}
.TagClassName
{
border-color: #CFC13D;
}
</style>