Shades of Wattle #CECB4B
Tints of Wattle #CECB4B
RGB
CMYK
RGB Variations
Color information
#CECB4B (or 0xCECB4B) is known color: Wattle. HEX triplet: CE, CB and 4B. RGB value is (206,203,75). Sum of RGB (Red+Green+Blue) = 206+203+75=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB4B is #3134B4. Grayscale: #BDBDBD. Windows color (decimal): -3224757 or 4967374. OLE color: 4967374.
HSL color Cylindrical-coordinate representation of color #CECB4B: hue angle of 58.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CECB4B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 75 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.19 |
| HSL | 58.63º | 0.57% | 0.55% | - |
| HSV(B) | 58.63º | 0.64% | 0.81% | - |
| XYZ | 48.08 | 56.34 | 15 | - |
| YUV | 189.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 75 | 0 | 0.01 | 0.64 | 0.19 | 58.63 | 0.57 | 0.55 |
| Hex | CE | CB | 4B | 0 | 1 | 40 | 13 | 3B | 39 | 37 |
| Octal | 316 | 313 | 113 | 0 | 1 | 100 | 23 | 73 | 71 | 67 |
| Binary | 11001110 | 11001011 | 1001011 | 0 | 1 | 1000000 | 10011 | 111011 | 111001 | 110111 |
Color Harmonies of #CECB4B
Complementary color
Monochromatic Colors of #CECB4B
Black with #CECB4B
Text Example
Text Example
White with #CECB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB4B; }
p { color: rgb(206,203,75); }
H1.HeaderClassName
{
color: #CECB4B;
}
.AnyTagClassName
{
color: #CECB4B;
}
</style>
background-color css
<style>
a { background-color: #CECB4B; }
a { background-color: rgb(206,203,75); }
div.DivClassName
{
background-color: #CECB4B;
}
.BgClassName
{
background-color: #CECB4B;
}
</style>
border-color css
<style>
span { border-color: #CECB4B; }
span { border-color: rgb(206,203,75); }
td.TdClassName
{
border-color: #CECB4B;
}
.TagClassName
{
border-color: #CECB4B;
}
</style>