Shades of Wattle #CDC330
Tints of Wattle #CDC330
RGB
CMYK
RGB Variations
Color information
#CDC330 (or 0xCDC330) is known color: Wattle. HEX triplet: CD, C3 and 30. RGB value is (205,195,48). Sum of RGB (Red+Green+Blue) = 205+195+48=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC330 is #323CCF. Grayscale: #B5B5B5. Windows color (decimal): -3292368 or 3195853. OLE color: 3195853.
HSL color Cylindrical-coordinate representation of color #CDC330: hue angle of 56.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC330 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 48 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.20 |
| HSL | 56.18º | 0.62% | 0.5% | - |
| HSV(B) | 56.18º | 0.77% | 0.8% | - |
| XYZ | 45.23 | 52.22 | 10.49 | - |
| YUV | 181.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 48 | 0 | 0.05 | 0.77 | 0.20 | 56.18 | 0.62 | 0.5 |
| Hex | CD | C3 | 30 | 0 | 5 | 4D | 14 | 38 | 3E | 32 |
| Octal | 315 | 303 | 60 | 0 | 5 | 115 | 24 | 70 | 76 | 62 |
| Binary | 11001101 | 11000011 | 110000 | 0 | 101 | 1001101 | 10100 | 111000 | 111110 | 110010 |
Color Harmonies of #CDC330
Complementary color
Monochromatic Colors of #CDC330
Black with #CDC330
Text Example
Text Example
White with #CDC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC330; }
p { color: rgb(205,195,48); }
H1.HeaderClassName
{
color: #CDC330;
}
.AnyTagClassName
{
color: #CDC330;
}
</style>
background-color css
<style>
a { background-color: #CDC330; }
a { background-color: rgb(205,195,48); }
div.DivClassName
{
background-color: #CDC330;
}
.BgClassName
{
background-color: #CDC330;
}
</style>
border-color css
<style>
span { border-color: #CDC330; }
span { border-color: rgb(205,195,48); }
td.TdClassName
{
border-color: #CDC330;
}
.TagClassName
{
border-color: #CDC330;
}
</style>