Shades of Deco #CFD575
Tints of Deco #CFD575
RGB
CMYK
RGB Variations
Color information
#CFD575 (or 0xCFD575) is known color: Deco. HEX triplet: CF, D5 and 75. RGB value is (207,213,117). Sum of RGB (Red+Green+Blue) = 207+213+117=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD575 is #302A8A. Grayscale: #C8C8C8. Windows color (decimal): -3156619 or 7722447. OLE color: 7722447.
HSL color Cylindrical-coordinate representation of color #CFD575: hue angle of 63.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD575 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 117 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.16 |
| HSL | 63.75º | 0.53% | 0.65% | - |
| HSV(B) | 63.75º | 0.45% | 0.84% | - |
| XYZ | 52.74 | 62.14 | 26.04 | - |
| YUV | 200.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 117 | 0.03 | 0 | 0.45 | 0.16 | 63.75 | 0.53 | 0.65 |
| Hex | CF | D5 | 75 | 3 | 0 | 2D | 10 | 40 | 35 | 41 |
| Octal | 317 | 325 | 165 | 3 | 0 | 55 | 20 | 100 | 65 | 101 |
| Binary | 11001111 | 11010101 | 1110101 | 11 | 0 | 101101 | 10000 | 1000000 | 110101 | 1000001 |
Color Harmonies of #CFD575
Complementary color
Monochromatic Colors of #CFD575
Black with #CFD575
Text Example
Text Example
White with #CFD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD575; }
p { color: rgb(207,213,117); }
H1.HeaderClassName
{
color: #CFD575;
}
.AnyTagClassName
{
color: #CFD575;
}
</style>
background-color css
<style>
a { background-color: #CFD575; }
a { background-color: rgb(207,213,117); }
div.DivClassName
{
background-color: #CFD575;
}
.BgClassName
{
background-color: #CFD575;
}
</style>
border-color css
<style>
span { border-color: #CFD575; }
span { border-color: rgb(207,213,117); }
td.TdClassName
{
border-color: #CFD575;
}
.TagClassName
{
border-color: #CFD575;
}
</style>