Shades of Wattle #CDC848
Tints of Wattle #CDC848
RGB
CMYK
RGB Variations
Color information
#CDC848 (or 0xCDC848) is known color: Wattle. HEX triplet: CD, C8 and 48. RGB value is (205,200,72). Sum of RGB (Red+Green+Blue) = 205+200+72=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC848 is #3237B7. Grayscale: #BBBBBB. Windows color (decimal): -3291064 or 4769997. OLE color: 4769997.
HSL color Cylindrical-coordinate representation of color #CDC848: hue angle of 57.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDC848 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 72 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.20 |
| HSL | 57.74º | 0.57% | 0.54% | - |
| HSV(B) | 57.74º | 0.65% | 0.8% | - |
| XYZ | 47 | 54.76 | 14.22 | - |
| YUV | 186.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 72 | 0 | 0.02 | 0.65 | 0.20 | 57.74 | 0.57 | 0.54 |
| Hex | CD | C8 | 48 | 0 | 2 | 41 | 14 | 3A | 39 | 36 |
| Octal | 315 | 310 | 110 | 0 | 2 | 101 | 24 | 72 | 71 | 66 |
| Binary | 11001101 | 11001000 | 1001000 | 0 | 10 | 1000001 | 10100 | 111010 | 111001 | 110110 |
Color Harmonies of #CDC848
Complementary color
Monochromatic Colors of #CDC848
Black with #CDC848
Text Example
Text Example
White with #CDC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC848; }
p { color: rgb(205,200,72); }
H1.HeaderClassName
{
color: #CDC848;
}
.AnyTagClassName
{
color: #CDC848;
}
</style>
background-color css
<style>
a { background-color: #CDC848; }
a { background-color: rgb(205,200,72); }
div.DivClassName
{
background-color: #CDC848;
}
.BgClassName
{
background-color: #CDC848;
}
</style>
border-color css
<style>
span { border-color: #CDC848; }
span { border-color: rgb(205,200,72); }
td.TdClassName
{
border-color: #CDC848;
}
.TagClassName
{
border-color: #CDC848;
}
</style>