Shades of Wattle #CFCD38
Tints of Wattle #CFCD38
RGB
CMYK
RGB Variations
Color information
#CFCD38 (or 0xCFCD38) is known color: Wattle. HEX triplet: CF, CD and 38. RGB value is (207,205,56). Sum of RGB (Red+Green+Blue) = 207+205+56=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD38 is #3032C7. Grayscale: #BDBDBD. Windows color (decimal): -3158728 or 3722703. OLE color: 3722703.
HSL color Cylindrical-coordinate representation of color #CFCD38: hue angle of 59.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFCD38 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 56 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.19 |
| HSL | 59.21º | 0.61% | 0.52% | - |
| HSV(B) | 59.21º | 0.73% | 0.81% | - |
| XYZ | 48.28 | 57.21 | 12.24 | - |
| YUV | 188.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 56 | 0 | 0.01 | 0.73 | 0.19 | 59.21 | 0.61 | 0.52 |
| Hex | CF | CD | 38 | 0 | 1 | 49 | 13 | 3B | 3D | 34 |
| Octal | 317 | 315 | 70 | 0 | 1 | 111 | 23 | 73 | 75 | 64 |
| Binary | 11001111 | 11001101 | 111000 | 0 | 1 | 1001001 | 10011 | 111011 | 111101 | 110100 |
Color Harmonies of #CFCD38
Complementary color
Monochromatic Colors of #CFCD38
Black with #CFCD38
Text Example
Text Example
White with #CFCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD38; }
p { color: rgb(207,205,56); }
H1.HeaderClassName
{
color: #CFCD38;
}
.AnyTagClassName
{
color: #CFCD38;
}
</style>
background-color css
<style>
a { background-color: #CFCD38; }
a { background-color: rgb(207,205,56); }
div.DivClassName
{
background-color: #CFCD38;
}
.BgClassName
{
background-color: #CFCD38;
}
</style>
border-color css
<style>
span { border-color: #CFCD38; }
span { border-color: rgb(207,205,56); }
td.TdClassName
{
border-color: #CFCD38;
}
.TagClassName
{
border-color: #CFCD38;
}
</style>