Shades of Wattle #CDCD3A
Tints of Wattle #CDCD3A
RGB
CMYK
RGB Variations
Color information
#CDCD3A (or 0xCDCD3A) is known color: Wattle. HEX triplet: CD, CD and 3A. RGB value is (205,205,58). Sum of RGB (Red+Green+Blue) = 205+205+58=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD3A is #3232C5. Grayscale: #BCBCBC. Windows color (decimal): -3289798 or 3853773. OLE color: 3853773.
HSL color Cylindrical-coordinate representation of color #CDCD3A: hue angle of 60º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDCD3A is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 58 | - |
CMYK | 0 | 0 | 0.72 | 0.20 |
HSL | 60º | 0.6% | 0.52% | - |
HSV(B) | 60º | 0.72% | 0.8% | - |
XYZ | 47.77 | 56.95 | 12.48 | - |
YUV | 188.24 | 54.5 | 139.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 58 | 0 | 0 | 0.72 | 0.20 | 60 | 0.6 | 0.52 |
Hex | CD | CD | 3A | 0 | 0 | 48 | 14 | 3C | 3C | 34 |
Octal | 315 | 315 | 72 | 0 | 0 | 110 | 24 | 74 | 74 | 64 |
Binary | 11001101 | 11001101 | 111010 | 0 | 0 | 1001000 | 10100 | 111100 | 111100 | 110100 |
Color Harmonies of #CDCD3A
Complementary color
Monochromatic Colors of #CDCD3A
Black with #CDCD3A
Text Example
Text Example
White with #CDCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD3A; }
p { color: rgb(205,205,58); }
H1.HeaderClassName
{
color: #CDCD3A;
}
.AnyTagClassName
{
color: #CDCD3A;
}
</style>
background-color css
<style>
a { background-color: #CDCD3A; }
a { background-color: rgb(205,205,58); }
div.DivClassName
{
background-color: #CDCD3A;
}
.BgClassName
{
background-color: #CDCD3A;
}
</style>
border-color css
<style>
span { border-color: #CDCD3A; }
span { border-color: rgb(205,205,58); }
td.TdClassName
{
border-color: #CDCD3A;
}
.TagClassName
{
border-color: #CDCD3A;
}
</style>