Shades of Deco #CDD87D
Tints of Deco #CDD87D
RGB
CMYK
RGB Variations
Color information
#CDD87D (or 0xCDD87D) is known color: Deco. HEX triplet: CD, D8 and 7D. RGB value is (205,216,125). Sum of RGB (Red+Green+Blue) = 205+216+125=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD87D is #322782. Grayscale: #CACACA. Windows color (decimal): -3286915 or 8247501. OLE color: 8247501.
HSL color Cylindrical-coordinate representation of color #CDD87D: hue angle of 67.25º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD87D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 125 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 67.25º | 0.54% | 0.67% | - |
| HSV(B) | 67.25º | 0.42% | 0.85% | - |
| XYZ | 53.43 | 63.57 | 28.86 | - |
| YUV | 202.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 125 | 0.05 | 0 | 0.42 | 0.15 | 67.25 | 0.54 | 0.67 |
| Hex | CD | D8 | 7D | 5 | 0 | 2A | F | 43 | 36 | 43 |
| Octal | 315 | 330 | 175 | 5 | 0 | 52 | 17 | 103 | 66 | 103 |
| Binary | 11001101 | 11011000 | 1111101 | 101 | 0 | 101010 | 1111 | 1000011 | 110110 | 1000011 |
Color Harmonies of #CDD87D
Complementary color
Monochromatic Colors of #CDD87D
Black with #CDD87D
Text Example
Text Example
White with #CDD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD87D; }
p { color: rgb(205,216,125); }
H1.HeaderClassName
{
color: #CDD87D;
}
.AnyTagClassName
{
color: #CDD87D;
}
</style>
background-color css
<style>
a { background-color: #CDD87D; }
a { background-color: rgb(205,216,125); }
div.DivClassName
{
background-color: #CDD87D;
}
.BgClassName
{
background-color: #CDD87D;
}
</style>
border-color css
<style>
span { border-color: #CDD87D; }
span { border-color: rgb(205,216,125); }
td.TdClassName
{
border-color: #CDD87D;
}
.TagClassName
{
border-color: #CDD87D;
}
</style>