Shades of Wattle #CDCB4D
Tints of Wattle #CDCB4D
RGB
CMYK
RGB Variations
Color information
#CDCB4D (or 0xCDCB4D) is known color: Wattle. HEX triplet: CD, CB and 4D. RGB value is (205,203,77). Sum of RGB (Red+Green+Blue) = 205+203+77=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB4D is #3234B2. Grayscale: #BDBDBD. Windows color (decimal): -3290291 or 5098445. OLE color: 5098445.
HSL color Cylindrical-coordinate representation of color #CDCB4D: hue angle of 59.06º 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 #CDCB4D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 77 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.20 |
| HSL | 59.06º | 0.56% | 0.55% | - |
| HSV(B) | 59.06º | 0.62% | 0.8% | - |
| XYZ | 47.87 | 56.23 | 15.35 | - |
| YUV | 189.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 77 | 0 | 0.01 | 0.62 | 0.20 | 59.06 | 0.56 | 0.55 |
| Hex | CD | CB | 4D | 0 | 1 | 3E | 14 | 3B | 38 | 37 |
| Octal | 315 | 313 | 115 | 0 | 1 | 76 | 24 | 73 | 70 | 67 |
| Binary | 11001101 | 11001011 | 1001101 | 0 | 1 | 111110 | 10100 | 111011 | 111000 | 110111 |
Color Harmonies of #CDCB4D
Complementary color
Monochromatic Colors of #CDCB4D
Black with #CDCB4D
Text Example
Text Example
White with #CDCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB4D; }
p { color: rgb(205,203,77); }
H1.HeaderClassName
{
color: #CDCB4D;
}
.AnyTagClassName
{
color: #CDCB4D;
}
</style>
background-color css
<style>
a { background-color: #CDCB4D; }
a { background-color: rgb(205,203,77); }
div.DivClassName
{
background-color: #CDCB4D;
}
.BgClassName
{
background-color: #CDCB4D;
}
</style>
border-color css
<style>
span { border-color: #CDCB4D; }
span { border-color: rgb(205,203,77); }
td.TdClassName
{
border-color: #CDCB4D;
}
.TagClassName
{
border-color: #CDCB4D;
}
</style>