Shades of Wattle #CDCC4C
Tints of Wattle #CDCC4C
RGB
CMYK
RGB Variations
Color information
#CDCC4C (or 0xCDCC4C) is known color: Wattle. HEX triplet: CD, CC and 4C. RGB value is (205,204,76). Sum of RGB (Red+Green+Blue) = 205+204+76=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC4C is #3233B3. Grayscale: #BEBEBE. Windows color (decimal): -3290036 or 5033165. OLE color: 5033165.
HSL color Cylindrical-coordinate representation of color #CDCC4C: hue angle of 59.53º 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 #CDCC4C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 76 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.20 |
| HSL | 59.53º | 0.56% | 0.55% | - |
| HSV(B) | 59.53º | 0.63% | 0.8% | - |
| XYZ | 48.07 | 56.69 | 15.25 | - |
| YUV | 189.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 76 | 0 | 0.00 | 0.63 | 0.20 | 59.53 | 0.56 | 0.55 |
| Hex | CD | CC | 4C | 0 | 0 | 3F | 14 | 3C | 38 | 37 |
| Octal | 315 | 314 | 114 | 0 | 0 | 77 | 24 | 74 | 70 | 67 |
| Binary | 11001101 | 11001100 | 1001100 | 0 | 0 | 111111 | 10100 | 111100 | 111000 | 110111 |
Color Harmonies of #CDCC4C
Complementary color
Monochromatic Colors of #CDCC4C
Black with #CDCC4C
Text Example
Text Example
White with #CDCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC4C; }
p { color: rgb(205,204,76); }
H1.HeaderClassName
{
color: #CDCC4C;
}
.AnyTagClassName
{
color: #CDCC4C;
}
</style>
background-color css
<style>
a { background-color: #CDCC4C; }
a { background-color: rgb(205,204,76); }
div.DivClassName
{
background-color: #CDCC4C;
}
.BgClassName
{
background-color: #CDCC4C;
}
</style>
border-color css
<style>
span { border-color: #CDCC4C; }
span { border-color: rgb(205,204,76); }
td.TdClassName
{
border-color: #CDCC4C;
}
.TagClassName
{
border-color: #CDCC4C;
}
</style>