Shades of Wattle #CFCB38
Tints of Wattle #CFCB38
RGB
CMYK
RGB Variations
Color information
#CFCB38 (or 0xCFCB38) is known color: Wattle. HEX triplet: CF, CB and 38. RGB value is (207,203,56). Sum of RGB (Red+Green+Blue) = 207+203+56=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB38 is #3034C7. Grayscale: #BCBCBC. Windows color (decimal): -3159240 or 3722191. OLE color: 3722191.
HSL color Cylindrical-coordinate representation of color #CFCB38: hue angle of 58.41º 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 #CFCB38 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 56 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.19 |
| HSL | 58.41º | 0.61% | 0.52% | - |
| HSV(B) | 58.41º | 0.73% | 0.81% | - |
| XYZ | 47.8 | 56.26 | 12.08 | - |
| YUV | 187.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 56 | 0 | 0.02 | 0.73 | 0.19 | 58.41 | 0.61 | 0.52 |
| Hex | CF | CB | 38 | 0 | 2 | 49 | 13 | 3A | 3D | 34 |
| Octal | 317 | 313 | 70 | 0 | 2 | 111 | 23 | 72 | 75 | 64 |
| Binary | 11001111 | 11001011 | 111000 | 0 | 10 | 1001001 | 10011 | 111010 | 111101 | 110100 |
Color Harmonies of #CFCB38
Complementary color
Monochromatic Colors of #CFCB38
Black with #CFCB38
Text Example
Text Example
White with #CFCB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB38; }
p { color: rgb(207,203,56); }
H1.HeaderClassName
{
color: #CFCB38;
}
.AnyTagClassName
{
color: #CFCB38;
}
</style>
background-color css
<style>
a { background-color: #CFCB38; }
a { background-color: rgb(207,203,56); }
div.DivClassName
{
background-color: #CFCB38;
}
.BgClassName
{
background-color: #CFCB38;
}
</style>
border-color css
<style>
span { border-color: #CFCB38; }
span { border-color: rgb(207,203,56); }
td.TdClassName
{
border-color: #CFCB38;
}
.TagClassName
{
border-color: #CFCB38;
}
</style>