Shades of Wattle #CDCC32
Tints of Wattle #CDCC32
RGB
CMYK
RGB Variations
Color information
#CDCC32 (or 0xCDCC32) is known color: Wattle. HEX triplet: CD, CC and 32. RGB value is (205,204,50). Sum of RGB (Red+Green+Blue) = 205+204+50=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC32 is #3233CD. Grayscale: #BBBBBB. Windows color (decimal): -3290062 or 3329229. OLE color: 3329229.
HSL color Cylindrical-coordinate representation of color #CDCC32: hue angle of 59.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDCC32 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 50 | - |
CMYK | 0 | 0.00 | 0.76 | 0.20 |
HSL | 59.61º | 0.61% | 0.5% | - |
HSV(B) | 59.61º | 0.76% | 0.8% | - |
XYZ | 47.35 | 56.4 | 11.41 | - |
YUV | 186.74 | 50.83 | 141.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 50 | 0 | 0.00 | 0.76 | 0.20 | 59.61 | 0.61 | 0.5 |
Hex | CD | CC | 32 | 0 | 0 | 4C | 14 | 3C | 3D | 32 |
Octal | 315 | 314 | 62 | 0 | 0 | 114 | 24 | 74 | 75 | 62 |
Binary | 11001101 | 11001100 | 110010 | 0 | 0 | 1001100 | 10100 | 111100 | 111101 | 110010 |
Color Harmonies of #CDCC32
Complementary color
Monochromatic Colors of #CDCC32
Black with #CDCC32
Text Example
Text Example
White with #CDCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC32; }
p { color: rgb(205,204,50); }
H1.HeaderClassName
{
color: #CDCC32;
}
.AnyTagClassName
{
color: #CDCC32;
}
</style>
background-color css
<style>
a { background-color: #CDCC32; }
a { background-color: rgb(205,204,50); }
div.DivClassName
{
background-color: #CDCC32;
}
.BgClassName
{
background-color: #CDCC32;
}
</style>
border-color css
<style>
span { border-color: #CDCC32; }
span { border-color: rgb(205,204,50); }
td.TdClassName
{
border-color: #CDCC32;
}
.TagClassName
{
border-color: #CDCC32;
}
</style>