Shades of Wattle #CDCB3E
Tints of Wattle #CDCB3E
RGB
CMYK
RGB Variations
Color information
#CDCB3E (or 0xCDCB3E) is known color: Wattle. HEX triplet: CD, CB and 3E. RGB value is (205,203,62). Sum of RGB (Red+Green+Blue) = 205+203+62=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCB3E is #3234C1. Grayscale: #BCBCBC. Windows color (decimal): -3290306 or 4115405. OLE color: 4115405.
HSL color Cylindrical-coordinate representation of color #CDCB3E: hue angle of 59.16º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDCB3E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 62 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.20 |
| HSL | 59.16º | 0.59% | 0.52% | - |
| HSV(B) | 59.16º | 0.7% | 0.8% | - |
| XYZ | 47.4 | 56.04 | 12.88 | - |
| YUV | 187.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 62 | 0 | 0.01 | 0.70 | 0.20 | 59.16 | 0.59 | 0.52 |
| Hex | CD | CB | 3E | 0 | 1 | 46 | 14 | 3B | 3B | 34 |
| Octal | 315 | 313 | 76 | 0 | 1 | 106 | 24 | 73 | 73 | 64 |
| Binary | 11001101 | 11001011 | 111110 | 0 | 1 | 1000110 | 10100 | 111011 | 111011 | 110100 |
Color Harmonies of #CDCB3E
Complementary color
Monochromatic Colors of #CDCB3E
Black with #CDCB3E
Text Example
Text Example
White with #CDCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB3E; }
p { color: rgb(205,203,62); }
H1.HeaderClassName
{
color: #CDCB3E;
}
.AnyTagClassName
{
color: #CDCB3E;
}
</style>
background-color css
<style>
a { background-color: #CDCB3E; }
a { background-color: rgb(205,203,62); }
div.DivClassName
{
background-color: #CDCB3E;
}
.BgClassName
{
background-color: #CDCB3E;
}
</style>
border-color css
<style>
span { border-color: #CDCB3E; }
span { border-color: rgb(205,203,62); }
td.TdClassName
{
border-color: #CDCB3E;
}
.TagClassName
{
border-color: #CDCB3E;
}
</style>