Shades of Wattle #CFCE3D
Tints of Wattle #CFCE3D
RGB
CMYK
RGB Variations
Color information
#CFCE3D (or 0xCFCE3D) is known color: Wattle. HEX triplet: CF, CE and 3D. RGB value is (207,206,61). Sum of RGB (Red+Green+Blue) = 207+206+61=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE3D is #3031C2. Grayscale: #BEBEBE. Windows color (decimal): -3158467 or 4050639. OLE color: 4050639.
HSL color Cylindrical-coordinate representation of color #CFCE3D: hue angle of 59.59º 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 #CFCE3D is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 61 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.19 |
| HSL | 59.59º | 0.6% | 0.53% | - |
| HSV(B) | 59.59º | 0.71% | 0.81% | - |
| XYZ | 48.65 | 57.74 | 13 | - |
| YUV | 189.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 61 | 0 | 0.00 | 0.71 | 0.19 | 59.59 | 0.6 | 0.53 |
| Hex | CF | CE | 3D | 0 | 0 | 47 | 13 | 3C | 3C | 35 |
| Octal | 317 | 316 | 75 | 0 | 0 | 107 | 23 | 74 | 74 | 65 |
| Binary | 11001111 | 11001110 | 111101 | 0 | 0 | 1000111 | 10011 | 111100 | 111100 | 110101 |
Color Harmonies of #CFCE3D
Complementary color
Monochromatic Colors of #CFCE3D
Black with #CFCE3D
Text Example
Text Example
White with #CFCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE3D; }
p { color: rgb(207,206,61); }
H1.HeaderClassName
{
color: #CFCE3D;
}
.AnyTagClassName
{
color: #CFCE3D;
}
</style>
background-color css
<style>
a { background-color: #CFCE3D; }
a { background-color: rgb(207,206,61); }
div.DivClassName
{
background-color: #CFCE3D;
}
.BgClassName
{
background-color: #CFCE3D;
}
</style>
border-color css
<style>
span { border-color: #CFCE3D; }
span { border-color: rgb(207,206,61); }
td.TdClassName
{
border-color: #CFCE3D;
}
.TagClassName
{
border-color: #CFCE3D;
}
</style>