Shades of Wattle #CDC74B
Tints of Wattle #CDC74B
RGB
CMYK
RGB Variations
Color information
#CDC74B (or 0xCDC74B) is known color: Wattle. HEX triplet: CD, C7 and 4B. RGB value is (205,199,75). Sum of RGB (Red+Green+Blue) = 205+199+75=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC74B is #3238B4. Grayscale: #BBBBBB. Windows color (decimal): -3291317 or 4966349. OLE color: 4966349.
HSL color Cylindrical-coordinate representation of color #CDC74B: hue angle of 57.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDC74B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 75 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.20 |
| HSL | 57.23º | 0.57% | 0.55% | - |
| HSV(B) | 57.23º | 0.63% | 0.8% | - |
| XYZ | 46.87 | 54.33 | 14.67 | - |
| YUV | 186.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 75 | 0 | 0.03 | 0.63 | 0.20 | 57.23 | 0.57 | 0.55 |
| Hex | CD | C7 | 4B | 0 | 3 | 3F | 14 | 39 | 39 | 37 |
| Octal | 315 | 307 | 113 | 0 | 3 | 77 | 24 | 71 | 71 | 67 |
| Binary | 11001101 | 11000111 | 1001011 | 0 | 11 | 111111 | 10100 | 111001 | 111001 | 110111 |
Color Harmonies of #CDC74B
Complementary color
Monochromatic Colors of #CDC74B
Black with #CDC74B
Text Example
Text Example
White with #CDC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC74B; }
p { color: rgb(205,199,75); }
H1.HeaderClassName
{
color: #CDC74B;
}
.AnyTagClassName
{
color: #CDC74B;
}
</style>
background-color css
<style>
a { background-color: #CDC74B; }
a { background-color: rgb(205,199,75); }
div.DivClassName
{
background-color: #CDC74B;
}
.BgClassName
{
background-color: #CDC74B;
}
</style>
border-color css
<style>
span { border-color: #CDC74B; }
span { border-color: rgb(205,199,75); }
td.TdClassName
{
border-color: #CDC74B;
}
.TagClassName
{
border-color: #CDC74B;
}
</style>