Shades of Deco #CDD688
Tints of Deco #CDD688
RGB
CMYK
RGB Variations
Color information
#CDD688 (or 0xCDD688) is known color: Deco. HEX triplet: CD, D6 and 88. RGB value is (205,214,136). Sum of RGB (Red+Green+Blue) = 205+214+136=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD688 is #322977. Grayscale: #CACACA. Windows color (decimal): -3287416 or 8967885. OLE color: 8967885.
HSL color Cylindrical-coordinate representation of color #CDD688: hue angle of 66.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDD688 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 136 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.16 |
| HSL | 66.92º | 0.49% | 0.69% | - |
| HSV(B) | 66.92º | 0.36% | 0.84% | - |
| XYZ | 53.67 | 62.85 | 32.6 | - |
| YUV | 202.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 136 | 0.04 | 0 | 0.36 | 0.16 | 66.92 | 0.49 | 0.69 |
| Hex | CD | D6 | 88 | 4 | 0 | 24 | 10 | 43 | 31 | 45 |
| Octal | 315 | 326 | 210 | 4 | 0 | 44 | 20 | 103 | 61 | 105 |
| Binary | 11001101 | 11010110 | 10001000 | 100 | 0 | 100100 | 10000 | 1000011 | 110001 | 1000101 |
Color Harmonies of #CDD688
Complementary color
Monochromatic Colors of #CDD688
Black with #CDD688
Text Example
Text Example
White with #CDD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD688; }
p { color: rgb(205,214,136); }
H1.HeaderClassName
{
color: #CDD688;
}
.AnyTagClassName
{
color: #CDD688;
}
</style>
background-color css
<style>
a { background-color: #CDD688; }
a { background-color: rgb(205,214,136); }
div.DivClassName
{
background-color: #CDD688;
}
.BgClassName
{
background-color: #CDD688;
}
</style>
border-color css
<style>
span { border-color: #CDD688; }
span { border-color: rgb(205,214,136); }
td.TdClassName
{
border-color: #CDD688;
}
.TagClassName
{
border-color: #CDD688;
}
</style>