Shades of Wattle #CFD038
Tints of Wattle #CFD038
RGB
CMYK
RGB Variations
Color information
#CFD038 (or 0xCFD038) is known color: Wattle. HEX triplet: CF, D0 and 38. RGB value is (207,208,56). Sum of RGB (Red+Green+Blue) = 207+208+56=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD038 is #302FC7. Grayscale: #BEBEBE. Windows color (decimal): -3157960 or 3723471. OLE color: 3723471.
HSL color Cylindrical-coordinate representation of color #CFD038: hue angle of 60.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD038 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 56 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.18 |
| HSL | 60.39º | 0.62% | 0.52% | - |
| HSV(B) | 60.39º | 0.73% | 0.82% | - |
| XYZ | 49 | 58.66 | 12.48 | - |
| YUV | 190.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 56 | 0.00 | 0 | 0.73 | 0.18 | 60.39 | 0.62 | 0.52 |
| Hex | CF | D0 | 38 | 0 | 0 | 49 | 12 | 3C | 3E | 34 |
| Octal | 317 | 320 | 70 | 0 | 0 | 111 | 22 | 74 | 76 | 64 |
| Binary | 11001111 | 11010000 | 111000 | 0 | 0 | 1001001 | 10010 | 111100 | 111110 | 110100 |
Color Harmonies of #CFD038
Complementary color
Monochromatic Colors of #CFD038
Black with #CFD038
Text Example
Text Example
White with #CFD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD038; }
p { color: rgb(207,208,56); }
H1.HeaderClassName
{
color: #CFD038;
}
.AnyTagClassName
{
color: #CFD038;
}
</style>
background-color css
<style>
a { background-color: #CFD038; }
a { background-color: rgb(207,208,56); }
div.DivClassName
{
background-color: #CFD038;
}
.BgClassName
{
background-color: #CFD038;
}
</style>
border-color css
<style>
span { border-color: #CFD038; }
span { border-color: rgb(207,208,56); }
td.TdClassName
{
border-color: #CFD038;
}
.TagClassName
{
border-color: #CFD038;
}
</style>