Shades of Deco #CFD580
Tints of Deco #CFD580
RGB
CMYK
RGB Variations
Color information
#CFD580 (or 0xCFD580) is known color: Deco. HEX triplet: CF, D5 and 80. RGB value is (207,213,128). Sum of RGB (Red+Green+Blue) = 207+213+128=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD580 is #302A7F. Grayscale: #C9C9C9. Windows color (decimal): -3156608 or 8443343. OLE color: 8443343.
HSL color Cylindrical-coordinate representation of color #CFD580: hue angle of 64.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFD580 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 128 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.16 |
| HSL | 64.24º | 0.5% | 0.67% | - |
| HSV(B) | 64.24º | 0.4% | 0.84% | - |
| XYZ | 53.42 | 62.41 | 29.65 | - |
| YUV | 201.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 128 | 0.03 | 0 | 0.40 | 0.16 | 64.24 | 0.5 | 0.67 |
| Hex | CF | D5 | 80 | 3 | 0 | 28 | 10 | 40 | 32 | 43 |
| Octal | 317 | 325 | 200 | 3 | 0 | 50 | 20 | 100 | 62 | 103 |
| Binary | 11001111 | 11010101 | 10000000 | 11 | 0 | 101000 | 10000 | 1000000 | 110010 | 1000011 |
Color Harmonies of #CFD580
Complementary color
Monochromatic Colors of #CFD580
Black with #CFD580
Text Example
Text Example
White with #CFD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD580; }
p { color: rgb(207,213,128); }
H1.HeaderClassName
{
color: #CFD580;
}
.AnyTagClassName
{
color: #CFD580;
}
</style>
background-color css
<style>
a { background-color: #CFD580; }
a { background-color: rgb(207,213,128); }
div.DivClassName
{
background-color: #CFD580;
}
.BgClassName
{
background-color: #CFD580;
}
</style>
border-color css
<style>
span { border-color: #CFD580; }
span { border-color: rgb(207,213,128); }
td.TdClassName
{
border-color: #CFD580;
}
.TagClassName
{
border-color: #CFD580;
}
</style>