Shades of Wattle #CDCC4A
Tints of Wattle #CDCC4A
RGB
CMYK
RGB Variations
Color information
#CDCC4A (or 0xCDCC4A) is known color: Wattle. HEX triplet: CD, CC and 4A. RGB value is (205,204,74). Sum of RGB (Red+Green+Blue) = 205+204+74=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC4A is #3233B5. Grayscale: #BEBEBE. Windows color (decimal): -3290038 or 4902093. OLE color: 4902093.
HSL color Cylindrical-coordinate representation of color #CDCC4A: hue angle of 59.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDCC4A is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 74 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.20 |
| HSL | 59.54º | 0.57% | 0.55% | - |
| HSV(B) | 59.54º | 0.64% | 0.8% | - |
| XYZ | 48.01 | 56.66 | 14.88 | - |
| YUV | 189.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 74 | 0 | 0.00 | 0.64 | 0.20 | 59.54 | 0.57 | 0.55 |
| Hex | CD | CC | 4A | 0 | 0 | 40 | 14 | 3C | 39 | 37 |
| Octal | 315 | 314 | 112 | 0 | 0 | 100 | 24 | 74 | 71 | 67 |
| Binary | 11001101 | 11001100 | 1001010 | 0 | 0 | 1000000 | 10100 | 111100 | 111001 | 110111 |
Color Harmonies of #CDCC4A
Complementary color
Monochromatic Colors of #CDCC4A
Black with #CDCC4A
Text Example
Text Example
White with #CDCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC4A; }
p { color: rgb(205,204,74); }
H1.HeaderClassName
{
color: #CDCC4A;
}
.AnyTagClassName
{
color: #CDCC4A;
}
</style>
background-color css
<style>
a { background-color: #CDCC4A; }
a { background-color: rgb(205,204,74); }
div.DivClassName
{
background-color: #CDCC4A;
}
.BgClassName
{
background-color: #CDCC4A;
}
</style>
border-color css
<style>
span { border-color: #CDCC4A; }
span { border-color: rgb(205,204,74); }
td.TdClassName
{
border-color: #CDCC4A;
}
.TagClassName
{
border-color: #CDCC4A;
}
</style>