Shades of Wattle #CDCD4D
Tints of Wattle #CDCD4D
RGB
CMYK
RGB Variations
Color information
#CDCD4D (or 0xCDCD4D) is known color: Wattle. HEX triplet: CD, CD and 4D. RGB value is (205,205,77). Sum of RGB (Red+Green+Blue) = 205+205+77=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD4D is #3232B2. Grayscale: #BEBEBE. Windows color (decimal): -3289779 or 5098957. OLE color: 5098957.
HSL color Cylindrical-coordinate representation of color #CDCD4D: hue angle of 60º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDCD4D is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 77 | - |
CMYK | 0 | 0 | 0.62 | 0.20 |
HSL | 60º | 0.56% | 0.55% | - |
HSV(B) | 60º | 0.62% | 0.8% | - |
XYZ | 48.35 | 57.18 | 15.51 | - |
YUV | 190.41 | 64 | 138.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 77 | 0 | 0 | 0.62 | 0.20 | 60 | 0.56 | 0.55 |
Hex | CD | CD | 4D | 0 | 0 | 3E | 14 | 3C | 38 | 37 |
Octal | 315 | 315 | 115 | 0 | 0 | 76 | 24 | 74 | 70 | 67 |
Binary | 11001101 | 11001101 | 1001101 | 0 | 0 | 111110 | 10100 | 111100 | 111000 | 110111 |
Color Harmonies of #CDCD4D
Complementary color
Monochromatic Colors of #CDCD4D
Black with #CDCD4D
Text Example
Text Example
White with #CDCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD4D; }
p { color: rgb(205,205,77); }
H1.HeaderClassName
{
color: #CDCD4D;
}
.AnyTagClassName
{
color: #CDCD4D;
}
</style>
background-color css
<style>
a { background-color: #CDCD4D; }
a { background-color: rgb(205,205,77); }
div.DivClassName
{
background-color: #CDCD4D;
}
.BgClassName
{
background-color: #CDCD4D;
}
</style>
border-color css
<style>
span { border-color: #CDCD4D; }
span { border-color: rgb(205,205,77); }
td.TdClassName
{
border-color: #CDCD4D;
}
.TagClassName
{
border-color: #CDCD4D;
}
</style>