Shades of Wattle #CDC04C
Tints of Wattle #CDC04C
RGB
CMYK
RGB Variations
Color information
#CDC04C (or 0xCDC04C) is known color: Wattle. HEX triplet: CD, C0 and 4C. RGB value is (205,192,76). Sum of RGB (Red+Green+Blue) = 205+192+76=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC04C is #323FB3. Grayscale: #B7B7B7. Windows color (decimal): -3293108 or 5030093. OLE color: 5030093.
HSL color Cylindrical-coordinate representation of color #CDC04C: hue angle of 53.95º degrees, saturation: 0.56, 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 #CDC04C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 76 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.20 |
| HSL | 53.95º | 0.56% | 0.55% | - |
| HSV(B) | 53.95º | 0.63% | 0.8% | - |
| XYZ | 45.33 | 51.2 | 14.33 | - |
| YUV | 182.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 76 | 0 | 0.06 | 0.63 | 0.20 | 53.95 | 0.56 | 0.55 |
| Hex | CD | C0 | 4C | 0 | 6 | 3F | 14 | 36 | 38 | 37 |
| Octal | 315 | 300 | 114 | 0 | 6 | 77 | 24 | 66 | 70 | 67 |
| Binary | 11001101 | 11000000 | 1001100 | 0 | 110 | 111111 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CDC04C
Complementary color
Monochromatic Colors of #CDC04C
Black with #CDC04C
Text Example
Text Example
White with #CDC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC04C; }
p { color: rgb(205,192,76); }
H1.HeaderClassName
{
color: #CDC04C;
}
.AnyTagClassName
{
color: #CDC04C;
}
</style>
background-color css
<style>
a { background-color: #CDC04C; }
a { background-color: rgb(205,192,76); }
div.DivClassName
{
background-color: #CDC04C;
}
.BgClassName
{
background-color: #CDC04C;
}
</style>
border-color css
<style>
span { border-color: #CDC04C; }
span { border-color: rgb(205,192,76); }
td.TdClassName
{
border-color: #CDC04C;
}
.TagClassName
{
border-color: #CDC04C;
}
</style>