Shades of Deco #CDD77B
Tints of Deco #CDD77B
RGB
CMYK
RGB Variations
Color information
#CDD77B (or 0xCDD77B) is known color: Deco. HEX triplet: CD, D7 and 7B. RGB value is (205,215,123). Sum of RGB (Red+Green+Blue) = 205+215+123=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD77B is #322884. Grayscale: #C9C9C9. Windows color (decimal): -3287173 or 8116173. OLE color: 8116173.
HSL color Cylindrical-coordinate representation of color #CDD77B: hue angle of 66.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDD77B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 123 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.16 |
| HSL | 66.52º | 0.53% | 0.66% | - |
| HSV(B) | 66.52º | 0.43% | 0.84% | - |
| XYZ | 53.05 | 63.01 | 28.1 | - |
| YUV | 201.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 123 | 0.05 | 0 | 0.43 | 0.16 | 66.52 | 0.53 | 0.66 |
| Hex | CD | D7 | 7B | 5 | 0 | 2B | 10 | 43 | 35 | 42 |
| Octal | 315 | 327 | 173 | 5 | 0 | 53 | 20 | 103 | 65 | 102 |
| Binary | 11001101 | 11010111 | 1111011 | 101 | 0 | 101011 | 10000 | 1000011 | 110101 | 1000010 |
Color Harmonies of #CDD77B
Complementary color
Monochromatic Colors of #CDD77B
Black with #CDD77B
Text Example
Text Example
White with #CDD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD77B; }
p { color: rgb(205,215,123); }
H1.HeaderClassName
{
color: #CDD77B;
}
.AnyTagClassName
{
color: #CDD77B;
}
</style>
background-color css
<style>
a { background-color: #CDD77B; }
a { background-color: rgb(205,215,123); }
div.DivClassName
{
background-color: #CDD77B;
}
.BgClassName
{
background-color: #CDD77B;
}
</style>
border-color css
<style>
span { border-color: #CDD77B; }
span { border-color: rgb(205,215,123); }
td.TdClassName
{
border-color: #CDD77B;
}
.TagClassName
{
border-color: #CDD77B;
}
</style>