Shades of Deco #CDD57B
Tints of Deco #CDD57B
RGB
CMYK
RGB Variations
Color information
#CDD57B (or 0xCDD57B) is known color: Deco. HEX triplet: CD, D5 and 7B. RGB value is (205,213,123). Sum of RGB (Red+Green+Blue) = 205+213+123=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD57B is #322A84. Grayscale: #C8C8C8. Windows color (decimal): -3287685 or 8115661. OLE color: 8115661.
HSL color Cylindrical-coordinate representation of color #CDD57B: hue angle of 65.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD57B is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 123 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 65.33º | 0.52% | 0.66% | - |
| HSV(B) | 65.33º | 0.42% | 0.84% | - |
| XYZ | 52.55 | 62 | 27.94 | - |
| YUV | 200.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 123 | 0.04 | 0 | 0.42 | 0.16 | 65.33 | 0.52 | 0.66 |
| Hex | CD | D5 | 7B | 4 | 0 | 2A | 10 | 41 | 34 | 42 |
| Octal | 315 | 325 | 173 | 4 | 0 | 52 | 20 | 101 | 64 | 102 |
| Binary | 11001101 | 11010101 | 1111011 | 100 | 0 | 101010 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CDD57B
Complementary color
Monochromatic Colors of #CDD57B
Black with #CDD57B
Text Example
Text Example
White with #CDD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD57B; }
p { color: rgb(205,213,123); }
H1.HeaderClassName
{
color: #CDD57B;
}
.AnyTagClassName
{
color: #CDD57B;
}
</style>
background-color css
<style>
a { background-color: #CDD57B; }
a { background-color: rgb(205,213,123); }
div.DivClassName
{
background-color: #CDD57B;
}
.BgClassName
{
background-color: #CDD57B;
}
</style>
border-color css
<style>
span { border-color: #CDD57B; }
span { border-color: rgb(205,213,123); }
td.TdClassName
{
border-color: #CDD57B;
}
.TagClassName
{
border-color: #CDD57B;
}
</style>