Shades of Wattle #CDC344
Tints of Wattle #CDC344
RGB
CMYK
RGB Variations
Color information
#CDC344 (or 0xCDC344) is known color: Wattle. HEX triplet: CD, C3 and 44. RGB value is (205,195,68). Sum of RGB (Red+Green+Blue) = 205+195+68=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC344 is #323CBB. Grayscale: #B8B8B8. Windows color (decimal): -3292348 or 4506573. OLE color: 4506573.
HSL color Cylindrical-coordinate representation of color #CDC344: hue angle of 55.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDC344 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 68 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.20 |
| HSL | 55.62º | 0.58% | 0.54% | - |
| HSV(B) | 55.62º | 0.67% | 0.8% | - |
| XYZ | 45.74 | 52.43 | 13.18 | - |
| YUV | 183.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 68 | 0 | 0.05 | 0.67 | 0.20 | 55.62 | 0.58 | 0.54 |
| Hex | CD | C3 | 44 | 0 | 5 | 43 | 14 | 38 | 3A | 36 |
| Octal | 315 | 303 | 104 | 0 | 5 | 103 | 24 | 70 | 72 | 66 |
| Binary | 11001101 | 11000011 | 1000100 | 0 | 101 | 1000011 | 10100 | 111000 | 111010 | 110110 |
Color Harmonies of #CDC344
Complementary color
Monochromatic Colors of #CDC344
Black with #CDC344
Text Example
Text Example
White with #CDC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC344; }
p { color: rgb(205,195,68); }
H1.HeaderClassName
{
color: #CDC344;
}
.AnyTagClassName
{
color: #CDC344;
}
</style>
background-color css
<style>
a { background-color: #CDC344; }
a { background-color: rgb(205,195,68); }
div.DivClassName
{
background-color: #CDC344;
}
.BgClassName
{
background-color: #CDC344;
}
</style>
border-color css
<style>
span { border-color: #CDC344; }
span { border-color: rgb(205,195,68); }
td.TdClassName
{
border-color: #CDC344;
}
.TagClassName
{
border-color: #CDC344;
}
</style>