Shades of Wattle #CFD13D
Tints of Wattle #CFD13D
RGB
CMYK
RGB Variations
Color information
#CFD13D (or 0xCFD13D) is known color: Wattle. HEX triplet: CF, D1 and 3D. RGB value is (207,209,61). Sum of RGB (Red+Green+Blue) = 207+209+61=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD13D is #302EC2. Grayscale: #C0C0C0. Windows color (decimal): -3157699 or 4051407. OLE color: 4051407.
HSL color Cylindrical-coordinate representation of color #CFD13D: hue angle of 60.81º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD13D is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 61 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 60.81º | 0.62% | 0.53% | - |
| HSV(B) | 60.81º | 0.71% | 0.82% | - |
| XYZ | 49.37 | 59.2 | 13.24 | - |
| YUV | 191.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 61 | 0.01 | 0 | 0.71 | 0.18 | 60.81 | 0.62 | 0.53 |
| Hex | CF | D1 | 3D | 1 | 0 | 47 | 12 | 3D | 3E | 35 |
| Octal | 317 | 321 | 75 | 1 | 0 | 107 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010001 | 111101 | 1 | 0 | 1000111 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD13D
Complementary color
Monochromatic Colors of #CFD13D
Black with #CFD13D
Text Example
Text Example
White with #CFD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD13D; }
p { color: rgb(207,209,61); }
H1.HeaderClassName
{
color: #CFD13D;
}
.AnyTagClassName
{
color: #CFD13D;
}
</style>
background-color css
<style>
a { background-color: #CFD13D; }
a { background-color: rgb(207,209,61); }
div.DivClassName
{
background-color: #CFD13D;
}
.BgClassName
{
background-color: #CFD13D;
}
</style>
border-color css
<style>
span { border-color: #CFD13D; }
span { border-color: rgb(207,209,61); }
td.TdClassName
{
border-color: #CFD13D;
}
.TagClassName
{
border-color: #CFD13D;
}
</style>