Shades of Deco #CFD588
Tints of Deco #CFD588
RGB
CMYK
RGB Variations
Color information
#CFD588 (or 0xCFD588) is known color: Deco. HEX triplet: CF, D5 and 88. RGB value is (207,213,136). Sum of RGB (Red+Green+Blue) = 207+213+136=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD588 is #302A77. Grayscale: #CACACA. Windows color (decimal): -3156600 or 8967631. OLE color: 8967631.
HSL color Cylindrical-coordinate representation of color #CFD588: hue angle of 64.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD588 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 136 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.16 |
| HSL | 64.68º | 0.48% | 0.68% | - |
| HSV(B) | 64.68º | 0.36% | 0.84% | - |
| XYZ | 53.97 | 62.63 | 32.54 | - |
| YUV | 202.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 136 | 0.03 | 0 | 0.36 | 0.16 | 64.68 | 0.48 | 0.68 |
| Hex | CF | D5 | 88 | 3 | 0 | 24 | 10 | 41 | 30 | 44 |
| Octal | 317 | 325 | 210 | 3 | 0 | 44 | 20 | 101 | 60 | 104 |
| Binary | 11001111 | 11010101 | 10001000 | 11 | 0 | 100100 | 10000 | 1000001 | 110000 | 1000100 |
Color Harmonies of #CFD588
Complementary color
Monochromatic Colors of #CFD588
Black with #CFD588
Text Example
Text Example
White with #CFD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD588; }
p { color: rgb(207,213,136); }
H1.HeaderClassName
{
color: #CFD588;
}
.AnyTagClassName
{
color: #CFD588;
}
</style>
background-color css
<style>
a { background-color: #CFD588; }
a { background-color: rgb(207,213,136); }
div.DivClassName
{
background-color: #CFD588;
}
.BgClassName
{
background-color: #CFD588;
}
</style>
border-color css
<style>
span { border-color: #CFD588; }
span { border-color: rgb(207,213,136); }
td.TdClassName
{
border-color: #CFD588;
}
.TagClassName
{
border-color: #CFD588;
}
</style>